We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8b67bee commit 1dfef6cCopy full SHA for 1dfef6c
rustcov
@@ -23,7 +23,7 @@
23
# etc. files for some reason, you should at least include
24
# `/target/coverage`
25
#
26
-# first:
+# first (MacOS):
27
# ```
28
# rustup toolchain install nightly # for -Zprofile
29
# cargo install grcov
@@ -49,7 +49,7 @@ else
49
fi
50
51
export CARGO_INCREMENTAL=0
52
-export RUSTFLAGS="-Zprofile -Ccodegen-units=1 -Cinline-threshold=0 -Clink-dead-code -Coverflow-checks=off -Zno-landing-pads"
+export RUSTFLAGS="-Zprofile -Ccodegen-units=1 -Cinline-threshold=0 -Clink-dead-code -Coverflow-checks=off -Cpanic=abort -Zpanic_abort_tests"
53
54
# Painful, but we need a complete build to coverage check.
55
cargo clean
0 commit comments