From 1389746c1a81aca1b82a5e1e43d25a2d6e8c9229 Mon Sep 17 00:00:00 2001 From: Priyadharshini Date: Thu, 20 Feb 2020 06:45:56 +0000 Subject: [PATCH] Fix Sonar cloud migration coverage issue Issue-ID: SO-2663 Signed-off-by: Priyadharshini Change-Id: I0fcfbdb91da2dc6dd74936e81bd99900ff972179 --- pom.xml | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) 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 + + + -- 2.16.6