Skip to content

Commit 3b78bb2

Browse files
authored
Merge 7ac015e into 0f45152
2 parents 0f45152 + 7ac015e commit 3b78bb2

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.github/codecov.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,8 @@ codecov:
55
coverage:
66
precision: 2
77
round: down
8-
range: "70...100"
8+
range: "40...70"
9+
patch: off
910

1011
parsers:
1112
gcov:

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@
148148
],
149149
"coverageThreshold": {
150150
"global": {
151-
"lines": 40
151+
"lines": 60
152152
}
153153
},
154154
"modulePathIgnorePatterns": [

0 commit comments

Comments
 (0)