Skip to content

Commit

Permalink
[BUILD] debug coveralls cmd.
Browse files Browse the repository at this point in the history
  • Loading branch information
kgryte committed Jul 26, 2015
1 parent cf671bb commit e6bc5c0
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 @@ -15,7 +15,7 @@
"scripts": {
"test": "mocha",
"test-cov": "istanbul cover ./node_modules/.bin/_mocha --dir ./reports/coverage -- -R spec",
"coveralls": "istanbul cover ./node_modules/.bin/_mocha --dir ./reports/coveralls/coverage --report lcovonly -- -R spec && cat ./reports/coveralls/coverage/lcov.info | coveralls && rm -rf ./reports/coveralls"
"coveralls": "istanbul cover ./node_modules/.bin/_mocha --dir ./reports/coveralls/coverage --report lcovonly -- -R spec && cat ./reports/coveralls/coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js && rm -rf ./reports/coveralls"
},
"main": "./lib",
"repository": {
Expand Down

0 comments on commit e6bc5c0

Please sign in to comment.