mirror of
https://gitlab.com/allianceauth/allianceauth.git
synced 2025-07-09 20:40:17 +02:00
Remove coverage output from core tests
This commit is contained in:
parent
ad4ee9d822
commit
00447ca819
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
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user