From f7c5924d4a835c7de0cdf56a04eeb22e6f87cd15 Mon Sep 17 00:00:00 2001 From: Fournet Enzo Date: Sun, 8 Dec 2024 12:02:40 +0100 Subject: [PATCH] Update tox.ini --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index ba5de23..a2505f0 100644 --- a/tox.ini +++ b/tox.ini @@ -29,7 +29,7 @@ deps = pytest-cov pytest-django commands = - pytest --cov=hybridrouter --cov-report=html --cov-report=xml --junitxml=junit.xml -o junit_family=legacy + pytest --cov=hybridrouter --cov-report=html --cov-report=xml --junitxml=junit.xml -o junit_family=legacy --ignore=app.py --ignore=tests/ codecov -f coverage.xml [testenv:py39]