From f1a8fb1bc04f5d685f2b31d35db605f6fa054f60 Mon Sep 17 00:00:00 2001 From: "Kajur, Harish (vk250x)" Date: Sat, 24 Mar 2018 21:59:03 -0400 Subject: Add plugin to check coverage Get line coverage to 50% and ensure it doesn't go down Issue-ID: AAI-498 Change-Id: Ib466b7e2b7cb6d2f888e3b58c2073bb02ab6f809 Signed-off-by: Kajur, Harish (vk250x) --- aai-core/pom.xml | 30 ++++++++++++++++++++++++++---- 1 file changed, 26 insertions(+), 4 deletions(-) (limited to 'aai-core/pom.xml') diff --git a/aai-core/pom.xml b/aai-core/pom.xml index 73f2a74d..de468af9 100644 --- a/aai-core/pom.xml +++ b/aai-core/pom.xml @@ -45,10 +45,11 @@ ${project.version} 4.5.1 2.2.3 - 1.0.0 - 1.2.3 - 2.3.21 - 5.15.3 + 1.0.0 + 1.2.3 + 2.3.21 + 5.15.3 + 0.50 @@ -282,6 +283,27 @@ ${project.reporting.outputDirectory}/jacoco + + default-check + + check + + + ${project.build.directory}/coverage-reports/jacoco.exec + + + BUNDLE + + + LINE + COVEREDRATIO + ${jacoco.line.coverage.limit} + + + + + + -- cgit 1.2.3-korg