[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,
|
"hide": true,
|
||||||
"type": "cargo",
|
"type": "cargo",
|
||||||
"command": "llvm-cov",
|
"command": "llvm-cov",
|
||||||
"args": [],
|
"args": [
|
||||||
|
"test",
|
||||||
|
],
|
||||||
"problemMatcher": "$rustc",
|
"problemMatcher": "$rustc",
|
||||||
"group": "test",
|
"group": "test",
|
||||||
},
|
},
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue