Skip to content

Commit

Permalink
Exclude executables from coverage (#5042)
Browse files Browse the repository at this point in the history
  • Loading branch information
chrstnbwnkl authored Jan 10, 2025
1 parent 9f06cb1 commit 5333ccb
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
@@ -1,6 +1,8 @@
coverage:

ignore:
- third_party/.*
# ignore executables
- src/valhalla_*
- src/mjolnir/valhalla_*

comment: off

0 comments on commit 5333ccb

Please sign in to comment.