From 7fcffe5ae6753bfb6746d18d41ec536092603a76 Mon Sep 17 00:00:00 2001 From: ToineSiebelink Date: Mon, 24 Jul 2023 12:23:05 +0100 Subject: Fix code coverage reporting - Fixed (partly duplicated) exclusion list: all exlusings now in PARENT pom only (this means module reports and aggregate report use same exclusion - Set common minimum to 100% (3 modules now achieve this :-) ) - Added./clean cm-parsre test to get too 10% in that module too - Increased module specif minima to actual coverge today Issue-ID: CPS-475 Signed-off-by: ToineSiebelink Change-Id: Ic155f963bfd472e11481fcab6ee8ca227903d9ae --- cps-parent/pom.xml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'cps-parent') diff --git a/cps-parent/pom.xml b/cps-parent/pom.xml index 3860a305b..470c3a03a 100755 --- a/cps-parent/pom.xml +++ b/cps-parent/pom.xml @@ -38,7 +38,7 @@ org.onap.cps.Application 17 - 0.97 + 1.00 42.5.1 ${project.reporting.outputDirectory}/jacoco-aggregate @@ -359,11 +359,14 @@ jacoco-maven-plugin 0.8.10 + org/onap/cps/event/model/* org/onap/cps/rest/model/* org/onap/cps/cpspath/parser/antlr4/* org/onap/cps/ncmp/rest/model/* + org/onap/cps/**/*MapperImpl.class + org/onap/cps/ncmp/rest/stub/* -- cgit 1.2.3-korg