1
0
mirror of synced 2025-01-09 07:22:17 +00:00
nomos-node/.codecov.yml
gusto 90529dada3
Disable codecov annotations (#409)
* Add codecov config and disable gh annotations

* Allow some deviation in test coverage
2023-09-15 15:11:50 +03:00

20 lines
466 B
YAML

github_checks:
annotations: false
# configuration related to pull request comments
comment: yes
coverage:
range: 40..90 # coverage lower than 40 is red, higher than 90 green, between color code
status:
project: # settings affecting project coverage
default:
target: auto # auto % coverage target
threshold: 5% # allow for 5% reduction of coverage without failing
# do not run coverage on patch nor changes
patch: false