diff options
author | Yan Yang <yangyanyj@chinamobile.com> | 2020-02-06 09:15:26 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2020-02-06 09:15:26 +0000 |
commit | cbcdd2f65fd2e7066705bd9b15eb12af6be670c5 (patch) | |
tree | 1899b35b53774585c2e4744a7cce7a018c4a9e6f /gvnfmadapter | |
parent | eefce7458ebe4462d2284868fe5f836ffcc3626e (diff) | |
parent | 32a0b5c79d2d572f6b23ab3a7300eefac5a171fb (diff) |
Merge "update sonar property: sonar.python.coverage.reportPath -> sonar.python.coverage.reportPaths"
Diffstat (limited to 'gvnfmadapter')
-rw-r--r-- | gvnfmadapter/pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gvnfmadapter/pom.xml b/gvnfmadapter/pom.xml index 3e5bf20..0d89a85 100644 --- a/gvnfmadapter/pom.xml +++ b/gvnfmadapter/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> |