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-application/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cps-application/pom.xml') diff --git a/cps-application/pom.xml b/cps-application/pom.xml index b9754c194..c4b3fe63d 100755 --- a/cps-application/pom.xml +++ b/cps-application/pom.xml @@ -37,7 +37,7 @@ org.onap.cps.Application yyyyMMdd'T'HHmmss'Z' - 0.82 + 0.86 ${docker.pull.registry}/onap/integration-java17:12.0.0 ${project.version}-${maven.build.timestamp} -- cgit 1.2.3-korg