Remove coverage output from core tests

This commit is contained in:
ErikKalkoken 2020-02-22 16:50:04 +01:00
parent ad4ee9d822
commit 00447ca819

View File

@ -18,5 +18,5 @@ deps=
install_command = pip install -e ".[testing]" -U {opts} {packages} install_command = pip install -e ".[testing]" -U {opts} {packages}
commands = commands =
all: coverage run runtests.py -v 2 all: coverage run runtests.py -v 2
all: coverage report -m
core: coverage run runtests.py allianceauth.authentication.tests.test_app_settings -v 2 core: coverage run runtests.py allianceauth.authentication.tests.test_app_settings -v 2
coverage report -m