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/1035/head
parent
26ae8704d6
commit
5bd07b253a
|
@ -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