From cecd2f4528f1ef7e686a6dfd1e3bcd8580641048 Mon Sep 17 00:00:00 2001 From: renealr Date: Fri, 5 Apr 2019 13:41:48 -0400 Subject: [PATCH] set the code coverage limit check Issue-ID: AAI-2321 Change-Id: Ib363bbec09a2f9eea8bc62dd871bb7d6254fcc9b Signed-off-by: renealr --- pom.xml | 25 ++++++++++++++++++++++++- 1 file changed, 24 insertions(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 251e63c..752b5c9 100644 --- a/pom.xml +++ b/pom.xml @@ -42,6 +42,7 @@ ${project.build.directory}/code-coverage/jacoco-ut.exec false ${project.version} + 0.84 @@ -173,7 +174,7 @@ jacoco-maven-plugin 0.7.7.201606060606 - true + true @@ -186,6 +187,28 @@ + + default-check + + check + + + ${project.build.directory}/code-coverage/jacoco-ut.exec + + + + BUNDLE + + + LINE + COVEREDRATIO + ${jacoco.line.coverage.limit} + + + + + + -- 2.16.6