diff options
author | Yan Yang <yangyanyj@chinamobile.com> | 2020-02-07 02:00:42 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2020-02-07 02:00:42 +0000 |
commit | 87442075f5acd68fd5bd247761b673887a6a60be (patch) | |
tree | e283084cff1d2401afe57deb8b6b6149b90ce93a /res | |
parent | 02cb7d1c9b84498d42eb86c1c17a9a2b42d3727c (diff) | |
parent | 6232409ddbf4d973d10b0d550d67ddd51f019949 (diff) |
Merge "update sonar property: sonar.python.coverage.reportPath -> sonar.python.coverage.reportPaths"
Diffstat (limited to 'res')
-rw-r--r-- | res/pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/res/pom.xml b/res/pom.xml index f11c0c9..d174bf8 100644 --- a/res/pom.xml +++ b/res/pom.xml @@ -33,7 +33,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> |