diff options
Diffstat (limited to 'python/Makefile')
-rw-r--r-- | python/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/python/Makefile b/python/Makefile index 52cdfc8..be876f7 100644 --- a/python/Makefile +++ b/python/Makefile @@ -29,5 +29,5 @@ test: lint ## Run all tests and lints .PHONY: coverage coverage: ## Run all tests with coverage - pipenv run pytest + pipenv run pytest --cov |