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-rest/pom.xml | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'cps-rest') 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