mirror of
https://github.com/make-42/xyosc
synced 2025-01-19 02:57:34 +01:00
14 lines
404 B
YAML
14 lines
404 B
YAML
|
coverage:
|
||
|
range: 80..90 # coverage lower than 50 is red, higher than 90 green, between color code
|
||
|
ignore:
|
||
|
- "examples/"
|
||
|
|
||
|
status:
|
||
|
project: # settings affecting project coverage
|
||
|
enabled: yes
|
||
|
target: auto # auto % coverage target
|
||
|
threshold: 5% # allow for 5% reduction of coverage without failing
|
||
|
|
||
|
# do not run coverage on patch nor changes
|
||
|
patch: no
|
||
|
changes: no
|