xyosc/vendor/github.com/leberKleber/go-mpris/codecov.yml
2024-12-21 17:38:26 +01:00

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