From 3e38d766da84e08254ec1b736ae342d850f9d5be Mon Sep 17 00:00:00 2001 From: Claudio David Gasparini Date: Fri, 15 Jan 2021 14:08:34 +0100 Subject: Configure coverage per module for cps-service Set global minimum to 90 % coverage Set specific minimum for cps-service, once achieved the 90 all modules should respect this minimum Issue-ID: CPS-87 Signed-off-by: Claudio David Gasparini Change-Id: I29172e47b907d596ffe983ff16429f44e44f8913 --- cps-parent/pom.xml | 2 +- cps-rest/pom.xml | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/cps-parent/pom.xml b/cps-parent/pom.xml index 01eacb302..f427555aa 100755 --- a/cps-parent/pom.xml +++ b/cps-parent/pom.xml @@ -20,7 +20,7 @@ openjdk:11-jre-slim 11 2.6.0 - 0.80 + 0.9 https://nexus.onap.org 3.1.0 UTF-8 diff --git a/cps-rest/pom.xml b/cps-rest/pom.xml index f2f643ac2..128c56680 100755 --- a/cps-rest/pom.xml +++ b/cps-rest/pom.xml @@ -11,6 +11,10 @@ cps-rest + + 0.88 + + ${project.groupId} -- cgit 1.2.3-korg