Skip to content

Commit

Permalink
fix: disable codecov patch coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
savente93 committed Jul 5, 2024
1 parent 4d648c5 commit 133a7de
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/codecov.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,11 @@ coverage:
# Avoid false negatives
threshold: 1%

# Disable patch since it is noisy and not correct
patch:
default:
enabled: no
if_not_found: success
# Test files aren't important for coverage
ignore:
- "tests"
Expand Down

0 comments on commit 133a7de

Please sign in to comment.