Skip to content

Commit 06253e1

Browse files
committed
Increase coverage thresholds
1 parent b8a67bb commit 06253e1

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,10 +31,10 @@
3131
],
3232
"coverageThreshold": {
3333
"global": {
34-
"statements": 90,
35-
"branches": 82,
34+
"statements": 95,
35+
"branches": 84,
3636
"functions": 90,
37-
"lines": 90
37+
"lines": 95
3838
}
3939
},
4040
"moduleNameMapper": {

0 commit comments

Comments
 (0)