Skip to content

Commit

Permalink
make coverage and test separate until 119 is resolved
Browse files Browse the repository at this point in the history
  • Loading branch information
justinhelmer committed Feb 9, 2016
1 parent 8ccfaeb commit 685e057
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,10 @@
"node": ">=0.12"
},
"scripts": {
"test": "istanbul cover _mocha --report lcovonly -- --colors -R dot && cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js && rm -rf ./coverage",
"coverage": "istanbul cover _mocha --report lcovonly -- --colors -R dot && cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js && rm -rf ./coverage",
"grm": "grm",
"start": "grm release && grm serve"
"start": "grm release && grm serve",
"test": "mocha --colors"
},
"private": true,
"devDependencies": {
Expand Down

0 comments on commit 685e057

Please sign in to comment.