Skip to content

Commit

Permalink
Increase codecov target requirement to 50% (from 40%) (coredns#1344)
Browse files Browse the repository at this point in the history
It looks like our code coverage is above 50% now. Let's
make it a requirement to prevent it from regress.

Signed-off-by: Yong Tang <[email protected]>
  • Loading branch information
yongtang authored and miekg committed Jan 3, 2018
1 parent 311af93 commit 5904345
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .codecov.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ coverage:
status:
project:
default:
target: 40%
target: 50%
threshold: null
patch: false
changes: false

0 comments on commit 5904345

Please sign in to comment.