From 21cb833fef0808880bf5d1d5348e2771b74d3046 Mon Sep 17 00:00:00 2001 From: Chris Donley Date: Tue, 20 Mar 2018 13:35:25 -0700 Subject: [PATCH] Update pom.xml for sonar support Update python test configuration in the pom file Issue-ID: VNFSDK-210 Change-Id: I52615cc986587fe7df0f1b8c2ca9608f14b35e7b Signed-off-by: Chris Donley --- pom.xml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 7e7fa24..55a001c 100644 --- a/pom.xml +++ b/pom.xml @@ -32,11 +32,16 @@ under the License. vnfsdk-pkgtools CSAR manipulation shared library with CLI + UTF-8 + tests xunit-results.xml coverage.xml py - Python + python **/*.py + **/tests/**,**/.tox/py27/** + **/tests/**.py + **/**.py,setup.py,**/.tox/py27/** -- 2.16.6