From 0ffbc3f99a9aa77bbe000d88b01c59903ce8c8bd Mon Sep 17 00:00:00 2001 From: Martin Czygan Date: Wed, 16 Dec 2020 22:07:04 +0100 Subject: make: console output --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 065a9dd..03def9e 100644 --- a/Makefile +++ b/Makefile @@ -27,7 +27,7 @@ dist: ## Create source distribution and wheel .PHONY: cov cov: ## Run coverage report - pytest --cov-report annotate:cov_annotate --cov-report html --cov=fuzzycat fuzzycat/*.py tests/ + pytest --cov=fuzzycat fuzzycat/*.py tests/ # --cov-report annotate:cov_annotate --cov-report html .PHONY: test test: ## Run coverage report -- cgit v1.2.3