Skip to content

Commit

Permalink
fix coverage for coveralls
Browse files Browse the repository at this point in the history
  • Loading branch information
theganyo committed Oct 28, 2015
1 parent 778cf30 commit 219183c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Expand Up @@ -46,8 +46,8 @@
"supertest": "^1.1.0"
},
"scripts": {
"test": "node_modules/mocha/bin/mocha -u exports -R spec test test/lib test/fittings",
"coverage": "node node_modules/istanbul/lib/cli.js cover _mocha -- -u exports -R spec test test/lib test/fittings",
"coveralls": "node node_modules/istanbul/lib/cli.js cover ./node_modules/mocha/bin/_mocha --report lcovonly -- -R spec && cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js --verbose"
"test": "node_modules/mocha/bin/_mocha -u exports -R spec test test/lib test/fittings",
"coverage": "node node_modules/istanbul/lib/cli.js cover node_modules/mocha/bin/_mocha -- -u exports -R spec test test/lib test/fittings",
"coveralls": "node node_modules/istanbul/lib/cli.js cover ./node_modules/mocha/bin/_mocha --report lcovonly -- -R spec test test/lib test/fittings && cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js --verbose"
}
}

0 comments on commit 219183c

Please sign in to comment.