remove branch coverage
All checks were successful
buildbot/cargo clippy (1.65) Build done.
buildbot/cargo fmt (1.72) Build done.
buildbot/cargo test (1.65) Build done.
buildbot/cargo clippy (1.72) Build done.
buildbot/cargo doc (1.72) Build done.

(doesn't work)
This commit is contained in:
AF 2023-10-15 11:15:43 +00:00
parent 56e5eee07a
commit c2304cc9d9

View File

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