Merge branch 'fix_coverage_for_core' into 'master'

Remove coverage output from core tests

See merge request allianceauth/allianceauth!1173
This commit is contained in:
Ariel Rin 2020-02-22 15:57:48 +00:00
commit 923a8453cc

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