mirror of
https://gh.wpcy.net/https://github.com/WordPress/WordPress-Coding-Standards.git
synced 2026-04-23 20:33:18 +08:00
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)).
21 lines
334 B
YAML
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
|