From: Chris Donley Date: Tue, 20 Mar 2018 22:56:36 +0000 (-0700) Subject: Update sonar support for vnfsdk/pkgtools X-Git-Tag: 2.0.0-ONAP~9 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=8cda231f4bfb4d8b46355e346a2cd3225d0cc271;p=vnfsdk%2Fpkgtools.git Update sonar support for vnfsdk/pkgtools Updating pom.xml to adjust included and excluded directories. Issue-ID: VNFSDK-210 Change-Id: Iba01bff695ad32f433153a77f29a30f88995fb07 Signed-off-by: Chris Donley --- diff --git a/pom.xml b/pom.xml index 55a001c..bfe57db 100644 --- a/pom.xml +++ b/pom.xml @@ -32,16 +32,16 @@ under the License. vnfsdk-pkgtools CSAR manipulation shared library with CLI - UTF-8 - tests + UTF-8 + tests xunit-results.xml coverage.xml py python - **/*.py - **/tests/**,**/.tox/py27/** + cli/**.py,packager/**.py,validator/**.py + **/tests/**,**/.tox/py27/** **/tests/**.py - **/**.py,setup.py,**/.tox/py27/** + setup.py,.tox/py27/**