Skip to content

Commit

Permalink
use --no-coverage with zuul
Browse files Browse the repository at this point in the history
  • Loading branch information
nolanlawson committed May 30, 2016
1 parent 68c1bf4 commit 261af87
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,8 @@
},
"scripts": {
"test": "npm run lint && node ./test.js --stderr | faucet",
"test-browser": "zuul ./test.js",
"test-browser-local": "zuul --local ./test.js",
"test-browser": "zuul --no-coverage ./test.js",
"test-browser-local": "zuul --no-coverage --local 9000 ./test.js",
"lint": "jshint -c .jshintrc memdown.js",
"coverage": "istanbul cover -i memdown.js ./node_modules/.bin/tape ./test.js && istanbul check-coverage --lines 90 --function 80 --statements 90 --branches 80",
"report-coverage": "npm run coverage && istanbul-coveralls"
Expand Down

0 comments on commit 261af87

Please sign in to comment.