diff options
author | Yan Yang <yangyanyj@chinamobile.com> | 2020-02-07 02:00:11 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2020-02-07 02:00:11 +0000 |
commit | 86e9557ff53c953a6939ac0ccbeef7250e8d227d (patch) | |
tree | 3f183ff7663e619cf0d74d1c58fcbf0a60f6d1a8 /mgr | |
parent | 16c4dff46daf7fc77aca40e67705a6027eb35194 (diff) | |
parent | ac63a7c73c07c3f61e89a9144d35bafa74746b26 (diff) |
Merge "update sonar property: sonar.python.coverage.reportPath -> sonar.python.coverage.reportPaths"
Diffstat (limited to 'mgr')
-rw-r--r-- | mgr/pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mgr/pom.xml b/mgr/pom.xml index c6d6024..28b54e5 100644 --- a/mgr/pom.xml +++ b/mgr/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> |