build: clean goverage data before regenerating

This commit is contained in:
Anand Balakrishnan 2023-03-22 17:59:26 -07:00
parent ad4d85ec3d
commit fee31cd066
No known key found for this signature in database

View file

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