diff --git a/Makefile b/Makefile index e75c4bb7..c92ca4a1 100644 --- a/Makefile +++ b/Makefile @@ -127,7 +127,7 @@ test-unit: check-tox .PHONY: test-coverage test-coverage: check-tox - tox -e coverage + tox -e cover .PHONY: test-bandit test-bandit: check-tox diff --git a/tox.ini b/tox.ini index c9dde653..0f8f526c 100644 --- a/tox.ini +++ b/tox.ini @@ -43,7 +43,7 @@ commands = commands = bandit -r armada -x armada/tests -n 5 -[testenv:coverage] +[testenv:cover] passenv=http_proxy https_proxy no_proxy HTTP_PROXY HTTPS_PROXY NO_PROXY setenv= VIRTUAL_ENV={envdir}