Skip to content

Commit

Permalink
Exclude external files from coverage report
Browse files Browse the repository at this point in the history
  • Loading branch information
mark-burnett committed Jan 1, 2021
1 parent 7311ec2 commit e4fd5bb
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/actions-rs/grcov.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,7 @@ filter: covered
ignore-not-existing: true
llvm: true
output-type: lcov
ignore:
- "/*"
- "C:/*"
- "../*"

0 comments on commit e4fd5bb

Please sign in to comment.