From dfec385e24629cd8ae9669cd91e091414bc7dcca Mon Sep 17 00:00:00 2001 From: Bryan Newbold Date: Wed, 17 Jun 2020 11:33:25 -0700 Subject: fix coverage command --- python/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'python/Makefile') 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 -- cgit v1.2.3