Skip to content

Commit 31893c7

Browse files
committed
Adjust code coverage configuration
1 parent a7e09f5 commit 31893c7

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

codecov.yml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,9 @@ coverage:
55
status:
66
project:
77
default:
8-
target: 14% # the required coverage value
9-
threshold: 3% # the leniency in hitting the target
8+
target: auto # the required coverage value
9+
threshold: 4% # the leniency in hitting the target
10+
patch:
11+
default:
12+
target: 0%
13+
informational: true

0 commit comments

Comments
 (0)