Add a code coverage check to the CI pipeline #84

Merged
wojtek merged 5 commits from 83---add-a-code-coverage-check-to-the-ci-pipeline into main 2024-01-06 19:49:41 +01:00
Showing only changes of commit 842ed8abf7 - Show all commits

View File

@ -21,7 +21,7 @@ jobs:
- run: cargo build --verbose --all-features --all-targets - run: cargo build --verbose --all-features --all-targets
- run: cargo test --verbose --all-features --all-targets --no-fail-fast - run: cargo test --verbose --all-features --all-targets --no-fail-fast
- run: >- - run: >-
grcov codecov/debug/profraw grcov target/debug/profraw
--binary-path ./target/debug/ --binary-path ./target/debug/
--output-types html --output-types html
--source-dir . --source-dir .