Skip to content

Commit f3b8791

Browse files
committed
test higher code coverage threshold
1 parent 6056c5a commit f3b8791

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.codecov.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ coverage:
1212
default:
1313

1414
# The minimum required coverage value for the project
15-
target: 90%
15+
target: 80%
1616

1717
# The allowed coverage decrease before failing the status check
1818
threshold: 0%
@@ -28,7 +28,7 @@ coverage:
2828

2929
default:
3030

31-
target: 80%
31+
target: 90%
3232
threshold: 0%
3333
if_ci_failed: error
3434
only_pulls: false

0 commit comments

Comments
 (0)