From af44ecdb25869477365f666396a176c4534c9359 Mon Sep 17 00:00:00 2001 From: Aydrian Date: Fri, 21 Aug 2015 17:13:47 -0400 Subject: [PATCH] Updated Makefile to display coverage report in the terminal --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index eba8dbd..ac4084e 100644 --- a/Makefile +++ b/Makefile @@ -13,7 +13,7 @@ analysis: . venv/bin/activate; flake8 sparkpost test test: analysis - . venv/bin/activate; py.test --cov-report html --cov sparkpost test/ + . venv/bin/activate; py.test --cov-report term-missing --cov-report html --cov sparkpost test/ docs-install: . venv/bin/activate; pip install -r docs/requirements.txt