mirror of
https://gitlab.com/allianceauth/allianceauth.git
synced 2026-02-10 17:16:22 +01:00
Remove coverage output from core tests
This commit is contained in:
2
tox.ini
2
tox.ini
@@ -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
|
|
||||||
|
|||||||
Reference in New Issue
Block a user