Skip to content

Commit

Permalink
add text summary coverage reporter
Browse files Browse the repository at this point in the history
  • Loading branch information
unstubbable committed Feb 9, 2017
1 parent 1d1cafc commit 7fbc2f9
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion package.json
Expand Up @@ -202,7 +202,7 @@
},
"scripts": {
"test": "tap --harmony ./tests/test_*.js",
"coverage": "nyc --reporter=lcov tap --harmony ./tests/test_*.js",
"coverage": "nyc tap --harmony ./tests/test_*.js",
"coveralls": "cat ./coverage/lcov.info | coveralls",
"jshint": "jshint lib/*.js",
"changelog": "changelog nock all -m > CHANGELOG.md",
Expand All @@ -212,5 +212,11 @@
"jshint",
"coverage"
],
"nyc": {
"reporter": [
"lcov",
"text-summary"
]
},
"license": "MIT"
}

0 comments on commit 7fbc2f9

Please sign in to comment.