Skip to content

Commit 663029d

Browse files
committed
Ignore the coverage plugin in codecov
Local coverage runs won't report on this file, as configured, but codecov is still flagging it as uncovered code.
1 parent 26b1b9a commit 663029d

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.codecov.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,7 @@ codecov:
88

99
comment: false # avoid spamming reviews
1010

11+
ignore:
12+
- "tests/_plugins/_coverage/*"
13+
1114
...

0 commit comments

Comments
 (0)