Add a code coverage check to the CI pipeline #84
@ -24,7 +24,7 @@ jobs:
|
||||
- run: cargo test --all-features --all-targets --no-fail-fast
|
||||
- run: >-
|
||||
grcov target/debug/profraw
|
||||
--binary-path ./target/debug/
|
||||
--binary-path target/debug/
|
||||
--output-types html
|
||||
--source-dir .
|
||||
--ignore-not-existing
|
||||
|
Loading…
Reference in New Issue
Block a user