25 lines
386 B
YAML
25 lines
386 B
YAML
|
coverage:
|
||
|
precision: 1
|
||
|
round: down
|
||
|
range: "70...100"
|
||
|
|
||
|
status:
|
||
|
project:
|
||
|
default: off
|
||
|
target: auto
|
||
|
threshold: 10%
|
||
|
if_not_found: success
|
||
|
if_ci_failed: error
|
||
|
patch:
|
||
|
default: off
|
||
|
only_pulls: true
|
||
|
target: 50%
|
||
|
threshold: 10%
|
||
|
changes: false
|
||
|
ignore:
|
||
|
- "vendor"
|
||
|
|
||
|
comment:
|
||
|
behavior: default
|
||
|
require_changes: true
|