summaryrefslogtreecommitdiffstats
path: root/onap-dcae-dcaepolicy-lib/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'onap-dcae-dcaepolicy-lib/pom.xml')
-rw-r--r--onap-dcae-dcaepolicy-lib/pom.xml2
1 files changed, 2 insertions, 0 deletions
diff --git a/onap-dcae-dcaepolicy-lib/pom.xml b/onap-dcae-dcaepolicy-lib/pom.xml
index b3c230e..03ceb8f 100644
--- a/onap-dcae-dcaepolicy-lib/pom.xml
+++ b/onap-dcae-dcaepolicy-lib/pom.xml
@@ -38,6 +38,8 @@ ECOMP is a trademark and service mark of AT&T Intellectual Property.
<!-- sonar.host.url>http://localhost:9000</sonar.host.url -->
<!-- below are language dependent -->
<!-- for Python -->
+ <sonar.junit.reportsPath>xunit-results.xml</sonar.junit.reportsPath>
+ <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>