Skip to content

Commit

Permalink
fix(package): force nyc to 400% coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
tunnckoCore committed Mar 19, 2017
1 parent e6dfcf3 commit 6080517
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,10 +45,10 @@
},
"nyc": {
"check-coverage": true,
"statements": 0,
"functions": 0,
"branches": 0,
"lines": 0
"statements": 100,
"functions": 100,
"branches": 100,
"lines": 100
},
"verb": {
"run": true,
Expand Down

0 comments on commit 6080517

Please sign in to comment.