We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8452340 commit 6107ebaCopy full SHA for 6107eba
.ci/test-cover
@@ -9,7 +9,7 @@ cargo install grcov
9
10
export RUSTFLAGS="-Cinstrument-coverage"
11
export LLVM_PROFILE_FILE="${DESTDIR}/default_%m_%p.profraw"
12
-# cargo test
+cargo test
13
14
grcov "${DESTDIR}" \
15
--keep-only 'src/**' \
0 commit comments