[wip] unit testing
- tooling for code coverage measurement
This commit is contained in:
parent
7bbb2bbc19
commit
2248d8fdd1
1 changed files with 3 additions and 1 deletions
4
.vscode/tasks.json
vendored
4
.vscode/tasks.json
vendored
|
|
@ -75,7 +75,9 @@
|
|||
"hide": true,
|
||||
"type": "cargo",
|
||||
"command": "llvm-cov",
|
||||
"args": [],
|
||||
"args": [
|
||||
"test",
|
||||
],
|
||||
"problemMatcher": "$rustc",
|
||||
"group": "test",
|
||||
},
|
||||
|
|
|
|||
Loading…
Reference in a new issue