Be explicit about coverage project requirements

If a change drops coverage (absolutely) beneath 80% or (relatively)
reduces coverage by more than 0.5%, give it a bad status.
pull/1938/head
Jason Petersen 2016-12-09 12:00:07 -07:00
parent 37b8c5f7b6
commit 086187bcde
1 changed files with 4 additions and 1 deletions

View File

@ -8,7 +8,10 @@ coverage:
range: "70...100"
status:
project: yes
project:
default:
target: 80
threshold: 0.5
patch: yes
changes: no