diff options
Diffstat (limited to 'python/Makefile')
-rw-r--r-- | python/Makefile | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/python/Makefile b/python/Makefile index 43ec144..f783d0e 100644 --- a/python/Makefile +++ b/python/Makefile @@ -29,8 +29,4 @@ test: lint ## Run all tests and lints .PHONY: coverage 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 + pipenv run pytest --cov --cov-report=term --cov-report=html |