Skip to content

Commit

Permalink
Allow no matches
Browse files Browse the repository at this point in the history
  • Loading branch information
ThetaSinner committed Aug 10, 2024
1 parent 756610d commit d8b8b86
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/coverage.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ cargo build
export RUSTFLAGS="-Cinstrument-coverage"
export LLVM_PROFILE_FILE="aetolia-%p-%m.profraw"

rm "*.profraw"
rm "*.profraw" || true
cargo test
cargo run --example load_sample
grcov . -s . --binary-path ./target/debug/ -t html --branch --ignore-not-existing -o ./target/debug/coverage/

0 comments on commit d8b8b86

Please sign in to comment.