diff options
author | dyh <dengyuanhong@chinamobile.com> | 2020-02-06 17:16:16 +0800 |
---|---|---|
committer | dyh <dengyuanhong@chinamobile.com> | 2020-02-07 09:38:16 +0800 |
commit | 6232409ddbf4d973d10b0d550d67ddd51f019949 (patch) | |
tree | dfc059185b0cd9b936d5742789da3e44c32732c1 /res/pom.xml | |
parent | e6b7bfd7b8fded558dd626e5216040f2ac9c8963 (diff) |
update sonar property: sonar.python.coverage.reportPath -> sonar.python.coverage.reportPaths
Change-Id: I6999b7804cfb76eda38a9cc9a08993db79fe5a11
Issue-ID: VFC-1617
Signed-off-by: dyh <dengyuanhong@chinamobile.com>
Diffstat (limited to 'res/pom.xml')
-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> |