diff options
author | Mickael JEZEQUEL <mickael.jezequel@orange.com> | 2018-03-08 16:18:04 +0100 |
---|---|---|
committer | Mickael JEZEQUEL <mickael.jezequel@orange.com> | 2018-03-08 16:59:06 +0100 |
commit | dd79a38607c40db86de950b4c1ecdff443fe68f4 (patch) | |
tree | 8c21a18c1aa365b1ea8fbe779e7be331ab56550d /validation-scripts/pom.xml | |
parent | b2727af1d234bae3e64cf31a0af3dfee2d1c91f8 (diff) |
fix sonar job configuration
Change-Id: I437da70e82fe970f8455bb45e9454959ec6cfc3c
Issue-ID: VNFSDK-39
Signed-off-by: Mickael JEZEQUEL <mickael.jezequel@orange.com>
Diffstat (limited to 'validation-scripts/pom.xml')
-rw-r--r-- | validation-scripts/pom.xml | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/validation-scripts/pom.xml b/validation-scripts/pom.xml index a08f8af..3b13708 100644 --- a/validation-scripts/pom.xml +++ b/validation-scripts/pom.xml @@ -30,10 +30,12 @@ under the License. <name>vnfsdk-ice-scripts</name> <description>python scripts for HEAT template validation</description> <properties> - <sonar.language>py</sonar.language> - <sonar.pluginName>Python</sonar.pluginName> - <sonar.inclusions>**/*.py</sonar.inclusions> - <sonar.skip>false</sonar.skip> + <sonar.sources>.</sonar.sources> + <sonar.python.coverage.reportPath>coverage.xml</sonar.python.coverage.reportPath> + <sonar.language>py</sonar.language> + <sonar.pluginName>Python</sonar.pluginName> + <sonar.inclusions>**/*.py</sonar.inclusions> + <sonar.exclusions>version.py,setup.py</sonar.exclusions> </properties> <build> <plugins> |