Skip to content

Commit

Permalink
ci: update coverage ignore paths (VowpalWabbit#3874)
Browse files Browse the repository at this point in the history
  • Loading branch information
jackgerrits authored Apr 15, 2022
1 parent 9a96372 commit 59605fe
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions codecov.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,12 @@ coverage:
# Coverage can drop by 0.5% before it is a failure.
threshold: 0.5%
paths:
- vowpalwabbit
- explore
- "!test"
- "vowpalwabbit/"

ignore:
- "test"
- "**/tests/"
- "**/test/"
- "test/"
- "library/"
- "utl/"
- "ext_libs/"

0 comments on commit 59605fe

Please sign in to comment.