Skip to content

Commit

Permalink
Allow up to a 0.01% drop in coverage (#30)
Browse files Browse the repository at this point in the history
  • Loading branch information
zware authored and ambv committed Feb 13, 2017
1 parent 61e2bc7 commit 649a7ca
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .codecov.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,12 @@ coverage:
round: down
status:
changes: false
patch: true
project: true
patch:
default:
threshold: 0.01
project:
default:
threshold: 0.01
parsers:
gcov:
branch_detection:
Expand Down

0 comments on commit 649a7ca

Please sign in to comment.