Skip to content

Commit 7e57763

Browse files
committed
Add coverage threshold.
1 parent 132220b commit 7e57763

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

package.json

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,14 @@
6060
"testMatch": [
6161
"**/test/**/*.js"
6262
],
63+
"coverageThreshold": {
64+
"global": {
65+
"branches": 91,
66+
"functions": 100,
67+
"lines": 95,
68+
"statements": -10
69+
}
70+
},
6371
"verbose": true
6472
},
6573
"devDependencies": {

0 commit comments

Comments
 (0)