diff options
author | Martin Czygan <martin.czygan@gmail.com> | 2020-12-16 22:07:04 +0100 |
---|---|---|
committer | Martin Czygan <martin.czygan@gmail.com> | 2020-12-16 22:07:04 +0100 |
commit | 0ffbc3f99a9aa77bbe000d88b01c59903ce8c8bd (patch) | |
tree | 7fb0c608bb0fea1a5b2e6c496788c9388ad25962 | |
parent | e6b57b476efeaad7c13a80ca629005f0321e19fc (diff) | |
download | fuzzycat-0ffbc3f99a9aa77bbe000d88b01c59903ce8c8bd.tar.gz fuzzycat-0ffbc3f99a9aa77bbe000d88b01c59903ce8c8bd.zip |
make: console output
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |