Skip to content

Commit

Permalink
Merge pull request #2 from rollup-umd/dev
Browse files Browse the repository at this point in the history
test(coverage): reduce coverage threshold to 30%
  • Loading branch information
kopax authored Dec 3, 2018
2 parents e59a4a2 + b5a9b1b commit 93f39be
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -327,10 +327,10 @@
],
"coverageThreshold": {
"global": {
"statements": 50,
"statements": 30,
"branches": 30,
"functions": 50,
"lines": 50
"functions": 30,
"lines": 30
}
},
"moduleDirectories": [
Expand Down

0 comments on commit 93f39be

Please sign in to comment.