diff options
author | dyh <dengyuanhong@chinamobile.com> | 2020-02-06 16:53:43 +0800 |
---|---|---|
committer | dyh <dengyuanhong@chinamobile.com> | 2020-02-06 16:53:54 +0800 |
commit | 32a0b5c79d2d572f6b23ab3a7300eefac5a171fb (patch) | |
tree | 01e8dd7575158d61eda83f435ebeeccf5c6eb55d | |
parent | 804d2a0b9a1429077a70a9084a669ae1e95143aa (diff) |
update sonar property: sonar.python.coverage.reportPath -> sonar.python.coverage.reportPaths
Change-Id: I102e4fbe263bf04f16812d57387fdc7564e15a40
Issue-ID: VFC-1617
Signed-off-by: dyh <dengyuanhong@chinamobile.com>
-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> |