summaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorDileep Ranganathan <dileep.ranganathan@intel.com>2018-03-05 15:35:18 -0800
committerDileep Ranganathan <dileep.ranganathan@intel.com>2018-03-06 08:56:41 -0800
commit338ae6819b2e09a362fecf6c867541a1b171c3c8 (patch)
treeca2ee8080cf7c85ab32a687481070d175e753cb9 /pom.xml
parent19d220e1f87475ef762ba7f6fb39d4eb18ee4c20 (diff)
Fix Sonar coverage report
Added maven-exec plugin to trigger tox and coverage Modified sonar properties to set the path to reports Modified .gitignore to add coverage related files Added test dependency junitxml Change-Id: I7e4bb5e4b6bc217b9778350c703d864e9f8ef0e2 Issue-ID: OPTFRA-101 Signed-off-by: Dileep Ranganathan <dileep.ranganathan@intel.com>
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/pom.xml b/pom.xml
index 505fac8..9c6a7d8 100644
--- a/pom.xml
+++ b/pom.xml
@@ -41,6 +41,7 @@
<sonar.sourceEncoding>UTF-8</sonar.sourceEncoding>
<sonar.sources>conductor/conductor</sonar.sources>
<sonar.tests>conductor/conductor/tests</sonar.tests>
+ <sonar.junit.reportsPath>conductor/xunit-results.xml</sonar.junit.reportsPath>
<sonar.python.coverage.reportPath>conductor/cover/coverage.xml</sonar.python.coverage.reportPath>
<sonar.language>py</sonar.language>
<sonar.pluginname>python</sonar.pluginname>