Skip to content

Commit

Permalink
chore(package): fix inaccurate report being shown
Browse files Browse the repository at this point in the history
  • Loading branch information
from-the-river-to-the-sea committed Jul 8, 2018
1 parent 83d6ceb commit 4233faa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -67,7 +67,7 @@
"scripts": {
"start": "node index.js",
"pretest": "npm run build && npm run instrument",
"test": "nyc ava test && nyc report --reporter=html",
"test": "nyc --reporter=none ava test && nyc report --reporter=html --reporter=text",
"coveralls": "nyc report --reporter=text-lcov | coveralls",
"static": "eslint index.js lib/**/*.js src/**/*.js test/**/*.js",
"build": "npm run static && npm run docs:build && gulp",
Expand Down

0 comments on commit 4233faa

Please sign in to comment.