Skip to content

Commit

Permalink
fix(package.json): force nyc to 100% coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
tunnckoCore committed Mar 12, 2017
1 parent 4b325d5 commit 0602890
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 @@ -69,9 +69,9 @@
},
"nyc": {
"check-coverage": true,
"statements": 0,
"functions": 0,
"branches": 0,
"lines": 0
"statements": 100,
"functions": 100,
"branches": 100,
"lines": 100
}
}

0 comments on commit 0602890

Please sign in to comment.