Skip to content

Commit b9c13df

Browse files
committed
fix codecov status when coverage drops slightly
1 parent b665c5d commit b9c13df

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

.codecov.yml

+6-3
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,12 @@ coverage:
33
round: down
44
range: "70...100"
55
status:
6-
project: yes
7-
patch: yes
8-
threshold: 2
6+
project:
7+
default:
8+
threshold: 0.1
9+
patch:
10+
default:
11+
target: 50
912

1013
comment:
1114
layout: "header, diff, changes, uncovered, tree"

0 commit comments

Comments
 (0)