Skip to content

Commit

Permalink
Ignore test source during code coverage (#72)
Browse files Browse the repository at this point in the history
Add codecov.yaml to ignore `_test.cc` files during coverage reporting. 

We're not too fussed about testing the tests, especially as the compiler appears to be clever about inlining methods.
  • Loading branch information
jbcoe committed Oct 7, 2023
1 parent 3d1d7fc commit 5202f59
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions codecov.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
ignore:
- "*_test.cc"

0 comments on commit 5202f59

Please sign in to comment.