Skip to content

Commit

Permalink
Make codecov a bit more tolerant about diffs (#66)
Browse files Browse the repository at this point in the history
Codecov defaults to being extremely strict about coverage changes. Since
some areas of the codebase are _extremely_ hard to test (e.g. various
openssl functions returning false), some PRs are getting red-flagged
unnecessarily. This aims to tone things down bit.
  • Loading branch information
Firehed authored Dec 10, 2023
1 parent ba0145b commit 1e07281
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .codecov.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
coverage:
status:
patch:
default:
threshold: 10%
project:
default:
threshold: 5%

0 comments on commit 1e07281

Please sign in to comment.