From d8b8b866c0a4c5fd5760cfac71118bdeb88f1ea6 Mon Sep 17 00:00:00 2001 From: ThetaSinner Date: Sat, 10 Aug 2024 03:36:51 +0100 Subject: [PATCH] Allow no matches --- scripts/coverage.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/coverage.sh b/scripts/coverage.sh index 2cfe29a..a4d0a7f 100755 --- a/scripts/coverage.sh +++ b/scripts/coverage.sh @@ -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/