mirror of https://github.com/citusdata/citus.git
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
parent
37b8c5f7b6
commit
086187bcde
|
@ -8,7 +8,10 @@ coverage:
|
||||||
range: "70...100"
|
range: "70...100"
|
||||||
|
|
||||||
status:
|
status:
|
||||||
project: yes
|
project:
|
||||||
|
default:
|
||||||
|
target: 80
|
||||||
|
threshold: 0.5
|
||||||
patch: yes
|
patch: yes
|
||||||
changes: no
|
changes: no
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue