diff options
author | Yan Yang <yangyanyj@chinamobile.com> | 2020-02-07 01:59:45 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2020-02-07 01:59:45 +0000 |
commit | cb136b8658c5ba5111dd899e7c83ffd434367f38 (patch) | |
tree | 1d5d900fdd9e5fb9f55bc59baa9788f086b36ec0 /lcm | |
parent | 52ed97c6d08bd8a1a66abe1e5f91ded4a9d6dc03 (diff) | |
parent | 6f1f8f9a9cdf4dfd0c07b68587e0e9880679cb1e (diff) |
Merge "update sonar property: sonar.python.coverage.reportPath -> sonar.python.coverage.reportPaths"
Diffstat (limited to 'lcm')
-rw-r--r-- | lcm/pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lcm/pom.xml b/lcm/pom.xml index 1049cc53..6dbc92d4 100644 --- a/lcm/pom.xml +++ b/lcm/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> |