From 73001f6a64b3548a9584acc8c4bfe3a7806917e7 Mon Sep 17 00:00:00 2001 From: ToineSiebelink Date: Fri, 17 Sep 2021 15:07:38 +0100 Subject: Fix SonarQube (jacoco) code coverage reporting - Add report module for aggregating (as per jacocos current recommendation)( - increased overall (cps-parent) minimum code coverage to 0.97 - set lower minimum in modules that are not at that level (yet) - add exclude for cps-events generated code - made xml identing consistentent some pom files Issue-ID: CPS-475 Signed-off-by: ToineSiebelink Change-Id: If7b7839d7e03522575bc76a2253b613e63400b6b --- cps-ncmp-service/pom.xml | 92 ++++++++++++++++++++++++------------------------ 1 file changed, 46 insertions(+), 46 deletions(-) (limited to 'cps-ncmp-service') diff --git a/cps-ncmp-service/pom.xml b/cps-ncmp-service/pom.xml index 294b29016..0ee81c784 100644 --- a/cps-ncmp-service/pom.xml +++ b/cps-ncmp-service/pom.xml @@ -22,53 +22,53 @@ -4.0.0 - - org.onap.cps - cps-parent - 2.0.1-SNAPSHOT - ../cps-parent/pom.xml - + 4.0.0 + + org.onap.cps + cps-parent + 2.0.1-SNAPSHOT + ../cps-parent/pom.xml + -cps-ncmp-service + cps-ncmp-service - - 0.7 - + + 0.87 + - - - ${project.groupId} - cps-service - - - org.spockframework - spock-core - test - - - org.spockframework - spock-spring - test - - - org.springframework.boot - spring-boot-starter-test - test - - - org.junit.vintage - junit-vintage-engine - - - - - org.springframework - spring-web - - - org.springframework.boot - spring-boot-starter-validation - - + + + ${project.groupId} + cps-service + + + org.spockframework + spock-core + test + + + org.spockframework + spock-spring + test + + + org.springframework.boot + spring-boot-starter-test + test + + + org.junit.vintage + junit-vintage-engine + + + + + org.springframework + spring-web + + + org.springframework.boot + spring-boot-starter-validation + + -- cgit 1.2.3-korg