Skip to content

Commit

Permalink
Changed coveralls command
Browse files Browse the repository at this point in the history
  • Loading branch information
shalithasuranga committed Sep 24, 2017
1 parent 259e757 commit 8dee1ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"scripts": {
"test": "mocha test/index.js",
"coverage": "istanbul cover node_modules/mocha/bin/_mocha",
"coveralls": "istanbul cover ./node_modules/mocha/bin/_mocha --report lcovonly -- -R spec && cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js && rm -rf ./coverage"
"coveralls": "npm run-script coverage && coveralls < coverage/lcov.info"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit 8dee1ce

Please sign in to comment.