diff options
Diffstat (limited to 'zte')
-rw-r--r-- | zte/vmanager/pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/zte/vmanager/pom.xml b/zte/vmanager/pom.xml index 24431f4b..4b175623 100644 --- a/zte/vmanager/pom.xml +++ b/zte/vmanager/pom.xml @@ -30,7 +30,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> |