Skip to content

Commit

Permalink
package.json, coverage script: Output a text report as well as the lc…
Browse files Browse the repository at this point in the history
…ov one.
  • Loading branch information
papandreou committed Aug 14, 2015
1 parent bebb63d commit 3242cc1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"test": "npm run lint && mocha -R spec",
"travis": "npm test && npm run coverage && (<coverage/lcov.info coveralls || true)",
"prepublish": "(echo '/*!' && <LICENSE sed -e's/^/ * /' | sed -e's/\\s+$//' && echo ' */' && browserify -p bundle-collapser/plugin -e lib/MagicPen -s weknowhow.MagicPen) > magicpen.js",
"coverage": "NODE_ENV=development istanbul cover _mocha -- --reporter dot && echo google-chrome coverage/lcov-report/index.html"
"coverage": "NODE_ENV=development istanbul cover _mocha --report text --report lcov -- --reporter dot && echo google-chrome coverage/lcov-report/index.html"
},
"author": "Sune Simonsen",
"devDependencies": {
Expand Down

0 comments on commit 3242cc1

Please sign in to comment.