summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--res/pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/res/pom.xml b/res/pom.xml
index f11c0c9..d174bf8 100644
--- a/res/pom.xml
+++ b/res/pom.xml
@@ -33,7 +33,7 @@
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<sonar.sources>.</sonar.sources>
<sonar.junit.reportsPath>xunit-results.xml</sonar.junit.reportsPath>
- <sonar.python.coverage.reportPath>coverage.xml</sonar.python.coverage.reportPath>
+ <sonar.python.coverage.reportPaths>coverage.xml</sonar.python.coverage.reportPaths>
<sonar.language>py</sonar.language>
<sonar.pluginname>python</sonar.pluginname>
<sonar.inclusions>**/**.py</sonar.inclusions>