diff options
-rw-r--r-- | azure/pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/azure/pom.xml b/azure/pom.xml index 47e9013..3c81ad9 100644 --- a/azure/pom.xml +++ b/azure/pom.xml @@ -33,7 +33,7 @@ <sonar.sourceEncoding>UTF-8</sonar.sourceEncoding> <sonar.sources>.</sonar.sources> <sonar.junit.reportsPath>xunit-results.xml</sonar.junit.reportsPath> - <sonar.python.coverage.reportPath>azure/coverage.xml</sonar.python.coverage.reportPath> + <sonar.python.coverage.reportPaths>azure/coverage.xml</sonar.python.coverage.reportPaths> <sonar.language>py</sonar.language> <sonar.pluginName>Python</sonar.pluginName> <sonar.inclusions>**/*.py</sonar.inclusions> |