generate coverage report

This commit is contained in:
🪞👃🪞 2025-01-22 03:19:12 +01:00
parent 7aa99e4692
commit be6bd32b78

View file

@ -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: