Skip to content

Commit

Permalink
gh-747: Add ignore for gtest sources for codecov
Browse files Browse the repository at this point in the history
  • Loading branch information
pnoltes committed Jun 1, 2024
1 parent b63449f commit fb6f0e8
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion codecov.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,6 @@
coverage:
precision: 2
round: down
range: "68...100"
range: "68...100"
ignore:
- "gtest/**"

0 comments on commit fb6f0e8

Please sign in to comment.