Skip to content

Commit 32f9faf

Browse files
committed
fix: codecov patch strategy
1 parent f764c71 commit 32f9faf

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

codecov.yml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
# codecov.yml
2+
coverage:
3+
status:
4+
project:
5+
default:
6+
# 设置覆盖率下降的阈值为 0.5%
7+
threshold: 0.5%
8+
target: 81%
9+
patch:
10+
default:
11+
target: 81%
12+

0 commit comments

Comments
 (0)