diff --git a/Makefile b/Makefile index 67f55e27d3..9550cb3330 100644 --- a/Makefile +++ b/Makefile @@ -17,7 +17,7 @@ test-cov: test-travis: node $(ISTANBUL_CMD) $(MOCHA_CMD) --report lcovonly -- --reporter spec - cat ./coverage/lcov.info | codeclimate + codeclimate < coverage/lcov.info publish: make clean