remove branch coverage
(doesn't work)
This commit is contained in:
parent
56e5eee07a
commit
c2304cc9d9
@ -6,4 +6,4 @@ cargo test
|
||||
cargo run --example trace
|
||||
cargo run --example trees
|
||||
rm -r ./target/debug/coverage/
|
||||
grcov ./target/coverage/ -s . --binary-path ./target/cov/ -t html --branch --ignore-not-existing -o ./target/debug/coverage/
|
||||
grcov ./target/coverage/ -s . --binary-path ./target/cov/ -t html --ignore-not-existing -o ./target/debug/coverage/
|
||||
|
Loading…
Reference in New Issue
Block a user