mirror of
https://github.com/dnaka91/obws
synced 2024-11-13 19:12:03 +00:00
Fix error when trying to delete coverage files
This commit is contained in:
parent
33c5fe945a
commit
e851e70985
2
Justfile
2
Justfile
@ -7,7 +7,7 @@ coverage:
|
||||
cargo install grcov
|
||||
rustup component add --toolchain nightly llvm-tools-preview
|
||||
|
||||
rm -f *.profraw ./target/debug/coverage lcov.info
|
||||
rm -rf *.profraw ./target/debug/coverage lcov.info
|
||||
|
||||
RUSTFLAGS="-Zinstrument-coverage" LLVM_PROFILE_FILE="coverage-%p-%m.profraw" cargo +nightly test --all-features
|
||||
rustup run nightly grcov . -s . --binary-path ./target/debug/ -t html --branch --ignore-not-existing -o ./target/debug/coverage
|
||||
|
Loading…
Reference in New Issue
Block a user