12 lines
370 B
YAML
12 lines
370 B
YAML
coverage:
|
|
status:
|
|
project:
|
|
default:
|
|
target: auto
|
|
threshold: 0.10% # tolerate up to 0.10% decrease
|
|
informational: true # CI check reports status but never fails
|
|
patch:
|
|
default:
|
|
target: 50% # error only if patch coverage drops below 50%
|
|
informational: true # CI check reports status but never fails
|