Skip to content

Commit

Permalink
fixup gcov_ignore
Browse files Browse the repository at this point in the history
  • Loading branch information
RomainMuller committed May 10, 2023
1 parent 7e30fee commit 30d754a
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/pr-actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,5 @@ jobs:
directory: target/coverage
fail_ci_if_error: true
gcov: true
gcov_ignore:
- src/main.rs
- src/**/tests.rs
- tests/**
gcov_ignore: "src/main.rs,src/**/tests.rs,tests/**"
token: ${{ secrets.CODECOV_TOKEN }}

0 comments on commit 30d754a

Please sign in to comment.