12 lines
251 B
YAML
12 lines
251 B
YAML
|
coverage:
|
||
|
status:
|
||
|
project:
|
||
|
default:
|
||
|
target: auto
|
||
|
# this allows a drop from the previous base commit coverage
|
||
|
threshold: 0.5%
|
||
|
patch:
|
||
|
default:
|
||
|
# New code must have a 90% coverage
|
||
|
target: 90%
|