Skip to content

Commit

Permalink
fix coveralls integration
Browse files Browse the repository at this point in the history
  • Loading branch information
scott committed Aug 8, 2017
1 parent 16dbc67 commit 67f1867
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,8 @@
"description": "Small configuration loader",
"main": "index.js",
"scripts": {
"test": "mocha test ; ./node_modules/istanbul/lib/cli.js cover _mocha -- ./test",
"coverage": "./node_modules/istanbul/lib/cli.js cover _mocha -- ./test",
"cov": "istanbul cover ./node_modules/mocha/bin/_mocha --report lcovonly -- -R spec && cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js && rm -rf ./coverage",
"test": "mocha test && npm run coverage",
"coverage": "istanbul cover ./node_modules/mocha/bin/_mocha --report lcovonly -- -R spec && cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js && rm -rf ./coverage",
"doctoc": "doctoc --guthub ."
},
"repository": {
Expand Down

0 comments on commit 67f1867

Please sign in to comment.