Skip to content

Commit 4fa99e9

Browse files
Reduce patch coverage target in codecov.yaml
This has been 100% but it's too high in practice (even with a threshold), we should be able to ignore a few lines or so.
1 parent fbdd757 commit 4fa99e9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

codecov.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,5 @@ coverage:
88
patch:
99
default:
1010
enabled: yes
11-
target: 100
12-
threshold: 1
11+
target: 95
12+
threshold: 1

0 commit comments

Comments
 (0)