Skip to content

Commit

Permalink
Fix the coveralls command
Browse files Browse the repository at this point in the history
  • Loading branch information
vesln committed Dec 12, 2013
1 parent 721adff commit 045920d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Expand Up @@ -39,7 +39,7 @@ test:
@npm test

coveralls:
@./node_modules/.bin/istanbul cover bin/_hydro --report lcovonly -- \
@./node_modules/.bin/istanbul cover ./node_modules/.bin/_hydro --report lcovonly -- \
&& cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js

# Support
Expand Down

0 comments on commit 045920d

Please sign in to comment.