summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/pom.xml b/pom.xml
index 99f0057..89e3462 100644
--- a/pom.xml
+++ b/pom.xml
@@ -34,7 +34,7 @@
<!--sonar-->
<sonar.sourceEncoding>UTF-8</sonar.sourceEncoding>
<sonar.sources>app/toscalib/</sonar.sources>
- <sonar.python.coverage.reportPath>app/coverage.xml</sonar.python.coverage.reportPath>
+ <sonar.python.coverage.reportPaths>app/coverage.xml</sonar.python.coverage.reportPaths>
<sonar.language>py</sonar.language>
<sonar.pluginName>python</sonar.pluginName>
<sonar.exclusions>app/tests/*.py</sonar.exclusions>