Skip to content

Commit

Permalink
report coverage to coveralls
Browse files Browse the repository at this point in the history
  • Loading branch information
holgerkoser committed Oct 13, 2014
1 parent 8499d8a commit 4ee6bbc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Expand Up @@ -26,7 +26,7 @@ test-coveralls:
--report lcovonly \
./node_modules/mocha/bin/_mocha -- \
-R spec -b --recursive \
&& cat ./coverage/lcov.info | ./bin/coveralls.js \
&& cat ./coverage/lcov.info | node ./bin/coveralls.js \
&& rm -rf ./coverage

clean:
Expand Down

0 comments on commit 4ee6bbc

Please sign in to comment.