We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 46c9312 commit 4a5e03eCopy full SHA for 4a5e03e
DEVELOPMENT.md
@@ -262,6 +262,7 @@ To generate [gcov-based](https://github.com/mozilla/grcov#example-how-to-generat
262
export CARGO_INCREMENTAL=0
263
export RUSTFLAGS="-Cinstrument-coverage -Ccodegen-units=1 -Copt-level=0 -Clink-dead-code -Coverflow-checks=off -Zpanic_abort_tests -Cpanic=abort"
264
export RUSTDOCFLAGS="-Cpanic=abort"
265
+export RUSTUP_TOOLCHAIN="nightly"
266
cargo build <options...> # e.g., --features feat_os_unix
267
cargo test <options...> # e.g., --features feat_os_unix test_pathchk
268
grcov . -s . --binary-path ./target/debug/ -t html --branch --ignore-not-existing --ignore build.rs --excl-br-line "^\s*((debug_)?assert(_eq|_ne)?\#\[derive\()" -o ./target/debug/coverage/
0 commit comments