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