From d54a11ad11f379de8fe97bcafa721c11bf0270ac Mon Sep 17 00:00:00 2001 From: kevgliss Date: Thu, 17 Nov 2016 11:11:09 -0800 Subject: [PATCH] Ensuring coverage is run. (#509) --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 02cdcb03..1663bb06 100644 --- a/Makefile +++ b/Makefile @@ -67,7 +67,7 @@ test-js: test-python: @echo "--> Running Python tests" - py.test -v || exit 1 + coverage run --source lemur -m py.test @echo "" lint: lint-python lint-js