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 11ac54d commit bc0d474Copy full SHA for bc0d474
util/build-run-test-coverage-linux.sh
@@ -57,7 +57,7 @@ export CARGO_INCREMENTAL=0
57
export RUSTFLAGS="-Cinstrument-coverage -Ccodegen-units=1 -Copt-level=0 -Clink-dead-code -Coverflow-checks=off -Zpanic_abort_tests -Cpanic=abort"
58
export RUSTDOCFLAGS="-Cpanic=abort"
59
export RUSTUP_TOOLCHAIN="nightly-gnu"
60
-export LLVM_PROFILE_FILE="${PROFRAW_DIR}/coverage-%m-%p.profraw"
+export LLVM_PROFILE_FILE="${PROFRAW_DIR}/coverage-%4m.profraw"
61
62
# Disable expanded command printing for the rest of the program
63
set +x
0 commit comments