Skip to content

Commit

Permalink
remove zuul coverage option which doesn't actually work
Browse files Browse the repository at this point in the history
  • Loading branch information
nolanlawson committed Dec 11, 2016
1 parent fb0544f commit 805a22a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
1 change: 0 additions & 1 deletion .zuul.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
ui: tape
coverage: false
concurrency: 2
tunnel:
type: ngrok
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,8 @@
},
"scripts": {
"test": "npm run jshint && tape tests/*.js",
"test-browser": "npm run jshint && zuul tests/*.js",
"test-zuul-local": "npm run jshint && zuul --local tests/*.js",
"test-browser": "npm run jshint && zuul --no-coverage tests/*.js",
"test-zuul-local": "npm run jshint && zuul --no-coverage --local 9000 tests/*.js",
"jshint": "jshint -c .jshintrc lib/*.js tests/*.js",
"coverage": "istanbul cover ./node_modules/.bin/tape tests/*.js && istanbul check-coverage --lines 50 --function 50 --statements 50 --branches 50",
"report-coverage": "npm run coverage && istanbul-coveralls --no-rm"
Expand Down

0 comments on commit 805a22a

Please sign in to comment.