summaryrefslogtreecommitdiffstats
path: root/starlingx/tox.ini
diff options
context:
space:
mode:
Diffstat (limited to 'starlingx/tox.ini')
-rw-r--r--starlingx/tox.ini4
1 files changed, 2 insertions, 2 deletions
diff --git a/starlingx/tox.ini b/starlingx/tox.ini
index 09d3a50f..78dc9675 100644
--- a/starlingx/tox.ini
+++ b/starlingx/tox.ini
@@ -32,12 +32,12 @@ deps =
-r{toxinidir}/test-requirements.txt
commands =
coverage run --branch manage.py test starlingx
- coverage report --omit="./venv-tox/*,./.tox/*,*tests*,*__init__.py,*newton_base*,*common*" --fail-under=30
+ coverage report --omit="./venv-tox/*,./.tox/*,*tests*,*__init__.py,*newton_base*,*starlingx_base*,*common*" --fail-under=30
[testenv:pep8]
deps=flake8
commands=flake8
[testenv:cov]
-commands = coverage xml --omit="./venv-tox/*,./.tox/*,*tests*,*__init__.py,*newton_base*,*common*, *site-packages*"
+commands = coverage xml --omit="./venv-tox/*,./.tox/*,*tests*,*__init__.py,*newton_base*,*starlingx_base*,*common*, *site-packages*"