Skip to content

Commit

Permalink
Fix coveralls
Browse files Browse the repository at this point in the history
manually specify istanbul path
  • Loading branch information
austinpray committed Jun 29, 2014
1 parent a00d023 commit 16ce68f
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 @@ -30,6 +30,6 @@
},
"scripts": {
"test": "make test",
"coveralls": "istanbul cover ./node_modules/mocha/bin/_mocha --report lcovonly -- -R spec test && cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js && rm -rf ./coverage"
"coveralls": "./node_modules/.bin/istanbul cover ./node_modules/mocha/bin/_mocha --report lcovonly -- -R spec test && cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js && rm -rf ./coverage"
}
}

0 comments on commit 16ce68f

Please sign in to comment.