From f01da39ed3cdc06003bc6d28c57fd9a6cfab3efb Mon Sep 17 00:00:00 2001 From: Victor Gao Date: Fri, 21 Feb 2020 11:40:22 +0800 Subject: [PATCH] recover code coverage Issue-ID: VNFSDK-548 Signed-off-by: Victor Gao Change-Id: Id2c719186369485e55404ab9d001fc0907c51b65 --- pom.xml | 39 +++++++++++++++++++++++++++++++++++++++ 1 file changed, 39 insertions(+) diff --git a/pom.xml b/pom.xml index fec24940..3db524b5 100644 --- a/pom.xml +++ b/pom.xml @@ -31,8 +31,47 @@ 1.4.0-SNAPSHOT pom vnfsdk-refrepo + + + UTF-8 + java + ${project.build.directory}/surefire-reports + ${project.reporting.outputDirectory}/jacoco-ut/jacoco.xml + true + ${project.version} + reuseReports + vnfmarket-be + + + + + org.jacoco + jacoco-maven-plugin + + + prepare-agent + + prepare-agent + + + + report + + report + + + ${project.build.directory}/code-coverage/jacoco.exec + ${project.reporting.outputDirectory}/jacoco-ut + + + + + + + + -- 2.16.6