Skip to content

Commit 0b78aa6

Browse files
build: increase code coverage threshold to 75% (#666)
Resolves #662 Signed-off-by: Xiaoxuan Wang <wangxiaoxuan119@gmail.com>
1 parent 48f0943 commit 0b78aa6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/.codecov.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -15,5 +15,5 @@ coverage:
1515
status:
1616
project:
1717
default:
18-
target: 70%
19-
if_ci_failed: error
18+
target: 75%
19+
if_ci_failed: error

0 commit comments

Comments
 (0)