Skip to content

Commit

Permalink
fix(package.json): 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 08d512a commit 359dfc9
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -94,9 +94,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 359dfc9

Please sign in to comment.