diff --git a/Makefile b/Makefile index c4cd8e9394..e526f61349 100644 --- a/Makefile +++ b/Makefile @@ -20,6 +20,7 @@ test-cov: test-travis: node $(ISTANBUL_CMD) $(MOCHA_CMD) --report lcovonly -- --reporter spec + ls coverage if test -n "$$CODECLIMATE_REPO_TOKEN"; then codeclimate < coverage/lcov.info; fi test-browser: