Skip to content

Commit

Permalink
Add codecov config file for better defaults
Browse files Browse the repository at this point in the history
  • Loading branch information
Doruk Ozturk authored and jcfr committed Apr 28, 2018
1 parent 69de21b commit a445338
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions .codecov.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,11 @@ coverage:
status:
project:
default:
target: auto
threshold: 1%
# Don't allow overall project coverage to be dropped more than
# 2%
threshold: 2
patch:
default:
target: auto
threshold: 1%
# 75% of the changed code must be covered by tests
threshold: 25
only_pulls: true

0 comments on commit a445338

Please sign in to comment.