Skip to content

Commit d0d739b

Browse files
authored
Merge pull request #3832 from cdr/jsjoeio-codecov
chore: update coverage thresholds
2 parents dfc88e3 + 7ac015e commit d0d739b

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.github/codecov.yml

Lines changed: 2 additions & 1 deletion
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

Lines changed: 1 addition & 1 deletion
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)