From 8e1d61627f15b04a36ed12dcebf7cb4a32f68038 Mon Sep 17 00:00:00 2001 From: Nilayan-Banerjee Date: Sat, 8 Feb 2025 22:00:09 +0530 Subject: [PATCH] Update pom.xml --- pom.xml | 50 +++++++++++++++++++++++++++++++++++++++++--------- 1 file changed, 41 insertions(+), 9 deletions(-) diff --git a/pom.xml b/pom.xml index f2b7c1429..d3258b102 100644 --- a/pom.xml +++ b/pom.xml @@ -418,15 +418,47 @@ - org.codehaus.mojo - cobertura-maven-plugin - ${cobertura.version} - - - html - xml - - + org.jacoco + jacoco-maven-plugin + 0.8.8 + + + + + prepare-agent + + initialize + + + + + + report + + post-integration-test + + ${project.build.directory}/jacoco-coverage-report + + + + + + + check + + verify + + + HIGH + + LINE + COVEREDRATIO + 0.10 + + + + + org.apache.maven.plugins