From 00447ca819d704767b0c7be6ffdac8ae46545806 Mon Sep 17 00:00:00 2001 From: ErikKalkoken Date: Sat, 22 Feb 2020 16:50:04 +0100 Subject: [PATCH] Remove coverage output from core tests --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index 156a9334..53c0fc18 100644 --- a/tox.ini +++ b/tox.ini @@ -18,5 +18,5 @@ deps= install_command = pip install -e ".[testing]" -U {opts} {packages} commands = all: coverage run runtests.py -v 2 + all: coverage report -m core: coverage run runtests.py allianceauth.authentication.tests.test_app_settings -v 2 - coverage report -m