From 805f654e66cf34be8e314a43b5498020da6e7851 Mon Sep 17 00:00:00 2001 From: "Lee, Tian (tl5884)" Date: Wed, 27 Mar 2019 15:55:28 +0000 Subject: Configure Jacoco plugin to enforce min coverage Jacoco plugin is configured to set the minimum line coverage ratios to equal that of the current coverage level, to prevent future updates from decreasing the coverage level. Change-Id: I5913c3bf99fd98e344eaf6ee176e232bd7e61bb1 Issue-ID: AAI-2293 Signed-off-by: Lee, Tian (tl5884) --- event-client-api/pom.xml | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) (limited to 'event-client-api') diff --git a/event-client-api/pom.xml b/event-client-api/pom.xml index f1f42bf..dfda911 100644 --- a/event-client-api/pom.xml +++ b/event-client-api/pom.xml @@ -20,7 +20,8 @@ ============LICENSE_END========================================================= --> - + 4.0.0 @@ -32,4 +33,10 @@ event-client-api + + + 0.85 + + -- cgit 1.2.3-korg