From 5026c31d7f385a247f7fa98e7d85f67cbd82354d Mon Sep 17 00:00:00 2001 From: dyh Date: Thu, 6 Feb 2020 16:51:25 +0800 Subject: [PATCH] update sonar property: sonar.python.coverage.reportPath -> sonar.python.coverage.reportPaths Change-Id: I997ef3342f1f03203de92bef36704e81eeac0c35 Issue-ID: VFC-1617 Signed-off-by: dyh --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 960db7d9..61467d5c 100644 --- a/pom.xml +++ b/pom.xml @@ -31,7 +31,7 @@ UTF-8 . xunit-results.xml - coverage.xml + coverage.xml py python **/**.py -- 2.16.6