From 8cda231f4bfb4d8b46355e346a2cd3225d0cc271 Mon Sep 17 00:00:00 2001 From: Chris Donley Date: Tue, 20 Mar 2018 15:56:36 -0700 Subject: [PATCH] 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 --- pom.xml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) 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/** -- 2.16.6