Skip to content

Commit a40cd19

Browse files
committed
Increase code coverage requirements
1 parent e155f67 commit a40cd19

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -54,10 +54,10 @@
5454
]
5555
},
5656
"nyc": {
57-
"branches": 70,
58-
"lines": 70,
59-
"functions": 70,
60-
"statements": 70,
57+
"branches": 75,
58+
"lines": 90,
59+
"functions": 90,
60+
"statements": 85,
6161
"include": "build/src/",
6262
"exclude": "build/test/**/*.js"
6363
},

0 commit comments

Comments
 (0)