Skip to content

Commit

Permalink
add coverage status
Browse files Browse the repository at this point in the history
  • Loading branch information
Kenshinhu committed Apr 30, 2015
1 parent bcc6518 commit 0d362c4
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ test-cov cov: install
@NODE_ENV=test node \
node_modules/.bin/istanbul cover --preserve-comments \
./node_modules/.bin/_mocha \
-r should \
--report lcovonly -- -R spec && cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js && rm -rf ./coverage \
$(TESTS)

Expand Down

0 comments on commit 0d362c4

Please sign in to comment.