Skip to content

Commit 93f39be

Browse files
authored
Merge pull request #2 from rollup-umd/dev
test(coverage): reduce coverage threshold to 30%
2 parents e59a4a2 + b5a9b1b commit 93f39be

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
@@ -327,10 +327,10 @@
327327
],
328328
"coverageThreshold": {
329329
"global": {
330-
"statements": 50,
330+
"statements": 30,
331331
"branches": 30,
332-
"functions": 50,
333-
"lines": 50
332+
"functions": 30,
333+
"lines": 30
334334
}
335335
},
336336
"moduleDirectories": [

0 commit comments

Comments
 (0)