Skip to content

Commit

Permalink
Fix coverage script
Browse files Browse the repository at this point in the history
`coverage` script would not fail below specified thresholds. See more
at: istanbuljs/nyc#911
  • Loading branch information
MaximDevoir committed May 11, 2019
1 parent e623ac7 commit b57ee05
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .nycrc.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
{
"instrument": true,
"watermarks": {
"lines": [95, 100],
"functions": [95, 100],
Expand Down

0 comments on commit b57ee05

Please sign in to comment.