We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7414465 commit cef17d9Copy full SHA for cef17d9
coverage.sh
@@ -3,4 +3,4 @@
3
cargo install grcov
4
5
RUSTFLAGS="-C instrument-coverage" cargo test
6
-find . -iname "*.profraw" | xargs grcov -o coverage_report -t html -s . -b .
+find . -iname "*.profraw" | xargs grcov -o coverage_report -t html -s src -b .
0 commit comments