From: Priyadharshini Date: Thu, 20 Feb 2020 06:45:56 +0000 (+0000) Subject: Fix Sonar cloud migration coverage issue X-Git-Tag: 1.6.0~24 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=1389746c1a81aca1b82a5e1e43d25a2d6e8c9229;p=so%2Flibs.git Fix Sonar cloud migration coverage issue Issue-ID: SO-2663 Signed-off-by: Priyadharshini Change-Id: I0fcfbdb91da2dc6dd74936e81bd99900ff972179 --- diff --git a/pom.xml b/pom.xml index 1a3e55c..8ca6378 100644 --- a/pom.xml +++ b/pom.xml @@ -24,6 +24,8 @@ /content/sites/site/org/onap/so/libs/${project.version} false true + ${project.reporting.outputDirectory}/jacoco-ut/jacoco.xml + 0.8.5 @@ -379,6 +381,29 @@ 2.9.8 + + + org.jacoco + jacoco-maven-plugin + ${jacoco.version} + + + prepare-agent + + prepare-agent + + + + report + + report + + + ${project.build.directory}/code-coverage/jacoco.exec + ${project.reporting.outputDirectory}/jacoco-ut + + +