Skip to content

Commit

Permalink
add config file for Codecov app
Browse files Browse the repository at this point in the history
  • Loading branch information
mcw92 committed Oct 16, 2024
1 parent 5edc6d7 commit 7b335fb
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:
project:
default:
threshold: 3% # Allow up to 3% decrease in overall project coverage.
patch:
default:
threshold: 3% # Allow up to 3% decrease in coverage for a specific patch (PR).

0 comments on commit 7b335fb

Please sign in to comment.