aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorMartin Czygan <martin.czygan@gmail.com>2020-12-16 22:07:04 +0100
committerMartin Czygan <martin.czygan@gmail.com>2020-12-16 22:07:04 +0100
commit0ffbc3f99a9aa77bbe000d88b01c59903ce8c8bd (patch)
tree7fb0c608bb0fea1a5b2e6c496788c9388ad25962 /Makefile
parente6b57b476efeaad7c13a80ca629005f0321e19fc (diff)
downloadfuzzycat-0ffbc3f99a9aa77bbe000d88b01c59903ce8c8bd.tar.gz
fuzzycat-0ffbc3f99a9aa77bbe000d88b01c59903ce8c8bd.zip
make: console output
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
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