Skip to content

Commit

Permalink
attempt to ignore coverage of dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
droundy committed Apr 12, 2024
1 parent 4118538 commit a339b5b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/actions-rs/grcov.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ output-type: lcov
output-path: ./my-lcov.info
keep-only:
- "src/*"
ignore:
- "*.cargo/*"
excl-line: "#.derive.+"
excl-start: "#.+test..?$"
excl-stop: "^$"

0 comments on commit a339b5b

Please sign in to comment.