From: Haibin Huang Date: Thu, 12 Dec 2019 02:01:34 +0000 (+0800) Subject: Exclude the vagrant and test file X-Git-Tag: 1.5.2~7 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F41%2F99541%2F1;p=multicloud%2Fopenstack.git Exclude the vagrant and test file Issue-ID: MULTICLOUD-964 Signed-off-by: Haibin Huang Change-Id: I3d5760c2f7a9ea5721e537fa60f218ba22404cc2 --- diff --git a/pike/pom.xml b/pike/pom.xml index e89b9a81..cc950cdd 100644 --- a/pike/pom.xml +++ b/pike/pom.xml @@ -38,7 +38,7 @@ py Python **/*.py - **/venv-tox/**,**/.tox/**, **/tests/**,setup.py + **/venv-tox/**,**/.tox/**,**/tests/**,setup.py,**/vagrant/**,**/tests.py diff --git a/pike/tox.ini b/pike/tox.ini index 85319de0..2dfb66ee 100644 --- a/pike/tox.ini +++ b/pike/tox.ini @@ -44,7 +44,7 @@ deps=flake8 commands=python3 -m 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*,*common*, *starlingx_base*, *site-packages*" [testenv:pylint] whitelist_externals = bash