better piping for codeclimate test cov

This commit is contained in:
Sebastian McKenzie 2014-09-29 00:44:28 +10:00
parent 36257ad300
commit f013bd4e6a

View File

@ -17,7 +17,7 @@ test-cov:
test-travis: test-travis:
node $(ISTANBUL_CMD) $(MOCHA_CMD) --report lcovonly -- --reporter spec node $(ISTANBUL_CMD) $(MOCHA_CMD) --report lcovonly -- --reporter spec
cat ./coverage/lcov.info | codeclimate codeclimate < coverage/lcov.info
publish: publish:
make clean make clean