mirror of
https://codeberg.org/unspeaker/tek.git
synced 2025-12-06 19:56:42 +01:00
generate coverage report
This commit is contained in:
parent
7aa99e4692
commit
be6bd32b78
1 changed files with 1 additions and 0 deletions
1
Justfile
1
Justfile
|
|
@ -8,6 +8,7 @@ test:
|
||||||
cargo test --workspace --exclude jack
|
cargo test --workspace --exclude jack
|
||||||
cov:
|
cov:
|
||||||
CARGO_INCREMENTAL=0 RUSTFLAGS='-Cinstrument-coverage' LLVM_PROFILE_FILE='cov/cargo-test-%p-%m.profraw' cargo test --workspace --exclude jack
|
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:
|
prof:
|
||||||
CARGO_PROFILE_RELEASE_DEBUG=true cargo flamegraph -- arranger
|
CARGO_PROFILE_RELEASE_DEBUG=true cargo flamegraph -- arranger
|
||||||
status:
|
status:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue