Skip to content

Commit

Permalink
codecov: add target coverage, and threshold for patch and project (it…
Browse files Browse the repository at this point in the history
…erative#4873)

* Reduce codecov target to be 85%

* Increase threshold for patch and project
  • Loading branch information
skshetry authored Nov 10, 2020
1 parent 4b27fd7 commit f6d4094
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .codecov.yml
Original file line number Diff line number Diff line change
@@ -1 +1,10 @@
comment: false
coverage:
status:
project:
default:
target: 85
threshold: 10%
patch:
default:
threshold: 25%

0 comments on commit f6d4094

Please sign in to comment.