[wip] unit testing

- tooling for code coverage measurement
This commit is contained in:
Jörn-Michael Miehe 2025-07-10 02:59:02 +00:00
parent 7bbb2bbc19
commit 2248d8fdd1

4
.vscode/tasks.json vendored
View file

@ -75,7 +75,9 @@
"hide": true,
"type": "cargo",
"command": "llvm-cov",
"args": [],
"args": [
"test",
],
"problemMatcher": "$rustc",
"group": "test",
},