Skip to content

Commit d0156d0

Browse files
committed
Chore: Adjust code coverage threshold for patch leniency
1 parent 4ad719a commit d0156d0

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

codecov.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,8 @@ coverage:
66

77
project:
88
default:
9-
target: auto # the required coverage value
10-
threshold: 3% # the leniency in hitting the target
9+
target: 90%
1110

1211
patch:
1312
default:
14-
target: auto # the required coverage value
15-
threshold: 3% # the leniency in hitting the target
13+
informational: true

0 commit comments

Comments
 (0)