Skip to content

Commit

Permalink
[Tests] fix coverage thresholds
Browse files Browse the repository at this point in the history
  • Loading branch information
ljharb committed Nov 10, 2019
1 parent 19899ed commit 7b7b176
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .nycrc
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@
"instrumentation": false,
"sourceMap": false,
"reporter": "html",
"lines": 94.94,
"statements": 94.25,
"lines": 94,
"statements": 94,
"functions": 96,
"branches": 91.02,
"branches": 90,
"exclude": [
"coverage",
"example",
Expand Down

0 comments on commit 7b7b176

Please sign in to comment.