WordPress-Coding-Standards/.codecov.yml
jrfnl 84cb2092a0
Codecov config: tweak patch config
I'm proposing we turn patch coverage off as it is clearly sprouting nonsense (reporting 66% on changes which didn't touch any code under test (GH Actions changes, doc changes)).
2023-08-17 18:51:50 +02:00

21 lines
334 B
YAML

codecov:
notify:
after_n_builds: 4
coverage:
round: nearest
# Status will be green when coverage is between 90 and 100%.
range: "90...100"
status:
project:
default:
target: auto
threshold: 1%
paths:
- "WordPress"
patch: off
ignore:
- "WordPress/Tests"
comment: false