From be6bd32b7821dc37da9f2d33a58838922e0e913c Mon Sep 17 00:00:00 2001 From: unspeaker Date: Wed, 22 Jan 2025 03:19:12 +0100 Subject: [PATCH] generate coverage report --- Justfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Justfile b/Justfile index ff7bc100..7db67df8 100644 --- a/Justfile +++ b/Justfile @@ -8,6 +8,7 @@ test: cargo test --workspace --exclude jack cov: CARGO_INCREMENTAL=0 RUSTFLAGS='-Cinstrument-coverage' LLVM_PROFILE_FILE='cov/cargo-test-%p-%m.profraw' cargo test --workspace --exclude jack + grcov . --binary-path ./target/debug/deps/ -s . -t html --branch --ignore-not-existing --ignore '../*' --ignore "/*" -o target/coverage/html prof: CARGO_PROFILE_RELEASE_DEBUG=true cargo flamegraph -- arranger status: