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 7d86ce0 commit 7abe08bCopy full SHA for 7abe08b
run-tests.sh
@@ -9,7 +9,7 @@ do
9
esac
10
done
11
12
-CARGO_TARGET_DIR=test-target RUSTFLAGS="-Cinstrument-coverage -C link-arg=-Wl,--wrap=time" cargo build --release \
+CARGO_TARGET_DIR=test-target RUSTFLAGS="-Cinstrument-coverage -C link-arg=-Wl,--wrap=time" LLVM_PROFILE_FILE="default.profraw" cargo build --release \
13
&& cargo test --release --package tests "$whichtests" -- --nocapture -Z unstable-options --report-time && fullcoverage=10000
14
15
if test "$fullcoverage"; then
0 commit comments