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/1035/head
Jason Petersen 2016-12-09 12:00:07 -07:00
parent 26ae8704d6
commit 5bd07b253a
No known key found for this signature in database
GPG Key ID: 9F1D3510D110ABA9
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