From e6a4b2a5809b359397730f2ae3517a3ffc5204a4 Mon Sep 17 00:00:00 2001 From: Liang Ding Date: Tue, 25 Feb 2020 00:46:14 -0800 Subject: [PATCH] fix sonarcloud coverage rate issue Change-Id: Ice1dedbb3fe2a1aa90e35186774f8b5a37632887 Issue-ID: MULTICLOUD-982 Signed-off-by: Liang Ding --- artifactbroker/pom.xml | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/artifactbroker/pom.xml b/artifactbroker/pom.xml index 54983ef..53d6426 100644 --- a/artifactbroker/pom.xml +++ b/artifactbroker/pom.xml @@ -34,6 +34,10 @@ 1.2.3 1.3.4 1.3.5 + java + + ${project.reporting.outputDirectory}/jacoco-ut/jacoco.xml + model @@ -138,7 +142,7 @@ prepare-agent - ${sonar.jacoco.reportPath} + ${sonar.coverage.jacoco.xmlReportPaths} true @@ -149,7 +153,7 @@ report - ${sonar.jacoco.reportPath} + ${sonar.coverage.jacoco.xmlReportPaths} @@ -208,7 +212,7 @@ prepare-agent - ${sonar.jacoco.reportPath} + ${sonar.coverage.jacoco.xmlReportPaths} @@ -218,7 +222,7 @@ report - ${sonar.jacoco.reportPath} + ${sonar.coverage.jacoco.xmlReportPaths} -- 2.16.6