From 1acacd8f7e8200fa9da6d9dd4754f5ac31c9b36f Mon Sep 17 00:00:00 2001 From: Bryan Newbold Date: Wed, 17 Jun 2020 16:11:46 -0700 Subject: coverage-html makefile target --- python/Makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/python/Makefile b/python/Makefile index be876f7..43ec144 100644 --- a/python/Makefile +++ b/python/Makefile @@ -31,3 +31,6 @@ test: lint ## Run all tests and lints coverage: ## Run all tests with coverage pipenv run pytest --cov +.PHONY: coverage-html +coverage-html: ## Run all tests with coverage, HTML report output + pipenv run pytest --cov --cov-report html -- cgit v1.2.3