diff options
author | Yun Huang <yun.huang@windriver.com> | 2018-03-18 15:36:59 +0800 |
---|---|---|
committer | Yun Huang <yun.huang@windriver.com> | 2018-03-18 15:36:59 +0800 |
commit | eb0fb51034382b1cdc85798c428b4f501c247eda (patch) | |
tree | ea64f2bef840907b7ac8de935a368795b8ea956a /newton/tox.ini | |
parent | ce7349565ec25f0b0be99a558b927d45257cf1ae (diff) |
Correct sonar script pathname
Change-Id: Idc527e0bea04556f78789042faf2d0fff7ccacf4
Issue-ID: MULTICLOUD-171
Signed-off-by: Yun Huang <yun.huang@windriver.com>
Diffstat (limited to 'newton/tox.ini')
-rw-r--r-- | newton/tox.ini | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/newton/tox.ini b/newton/tox.ini index e3334cf1..ec17886d 100644 --- a/newton/tox.ini +++ b/newton/tox.ini @@ -16,12 +16,12 @@ setenv = deps = -r{toxinidir}/requirements.txt commands = coverage run --branch manage.py test newton - coverage report --omit="./venv-tox/*,./.tox/*,*tests*,*__init__.py,*newton_base*,*common*" --fail-under=30 + coverage report --omit="./venv-tox/*,./.tox/*,*tests*,*__init__.py" --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, *site-packages*" |