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 --- jacoco-report/pom.xml | 17 ----------------- 1 file changed, 17 deletions(-) (limited to 'jacoco-report') diff --git a/jacoco-report/pom.xml b/jacoco-report/pom.xml index 1ac65e2de..9dbd89694 100644 --- a/jacoco-report/pom.xml +++ b/jacoco-report/pom.xml @@ -65,24 +65,7 @@ org.jacoco jacoco-maven-plugin - - - - 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/* - - - - default-prepare-agent - - prepare-agent - - report -- cgit 1.2.3-korg