mirror of
https://github.com/valitydev/bender.git
synced 2024-11-06 00:55:20 +00:00
12 lines
234 B
YAML
12 lines
234 B
YAML
|
coverage:
|
||
|
status:
|
||
|
project:
|
||
|
default:
|
||
|
# Don't allow total coverage to drop
|
||
|
target: auto
|
||
|
threshold: 0%
|
||
|
patch:
|
||
|
default:
|
||
|
# Force new code to be at least 80% covered
|
||
|
target: 80%
|