From 3f6b7d974f4a749a8abd2f59cffacd8cd2feec81 Mon Sep 17 00:00:00 2001 From: Haibin Huang Date: Thu, 12 Dec 2019 10:01:34 +0800 Subject: Exclude the vagrant and test file Issue-ID: MULTICLOUD-964 Signed-off-by: Haibin Huang Change-Id: I3d5760c2f7a9ea5721e537fa60f218ba22404cc2 --- pike/pom.xml | 2 +- pike/tox.ini | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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 -- cgit 1.2.3-korg