build: clean goverage data before regenerating
This commit is contained in:
parent
ad4d85ec3d
commit
fee31cd066
1 changed files with 1 additions and 0 deletions
1
justfile
1
justfile
|
|
@ -5,6 +5,7 @@ test *ARGS:
|
|||
cargo test {{ARGS}}
|
||||
|
||||
test-coverage $CARGO_INCREMENTAL="0" $RUSTFLAGS="-Zprofile -Ccodegen-units=1 -Copt-level=0 -Clink-dead-code -Coverflow-checks=off -Zpanic_abort_tests -Cpanic=abort" $RUSTDOCFLAGS="-Cpanic=abort" $LLVM_PROFILE_FILE="argus-%p-%m.profraw":
|
||||
fd -e gcda -e profraw --no-ignore -x rm
|
||||
cargo +nightly build
|
||||
cargo +nightly test
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue