Skip to content

Commit

Permalink
Generate HTML coverage reports (#1259)
Browse files Browse the repository at this point in the history
This makes it easier to inspect the code coverage during development.
  • Loading branch information
novemberborn authored and sindresorhus committed Feb 13, 2017
1 parent 87ea70f commit 8a8669c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions package.json
Expand Up @@ -197,6 +197,7 @@
},
"nyc": {
"reporter": [
"html",
"lcov",
"text"
]
Expand Down

0 comments on commit 8a8669c

Please sign in to comment.