From aed6a0abd2ced4b9b50f9fe352853506d5be0e26 Mon Sep 17 00:00:00 2001 From: Sebastian McKenzie Date: Fri, 10 Oct 2014 16:52:33 +1100 Subject: [PATCH] debug test-travis coverage failure --- Makefile | 1 + 1 file changed, 1 insertion(+) 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: