From: renealr Date: Fri, 5 Apr 2019 16:25:23 +0000 (-0400) Subject: set jacoco coverage check limit X-Git-Tag: 1.4.2~7 X-Git-Url: https://gerrit.onap.org/r/gitweb?p=aai%2Fsearch-data-service.git;a=commitdiff_plain;h=e914376e0831e8e2f73a4c7c26576a271bcbbe56 set jacoco coverage check limit Issue-ID: AAI-2253 Change-Id: I5a05025043f2af9e3d6aee9d7e45f35c3f889148 Signed-off-by: renealr --- diff --git a/search-data-service-app/pom.xml b/search-data-service-app/pom.xml index 485e9a4..bd4daee 100644 --- a/search-data-service-app/pom.xml +++ b/search-data-service-app/pom.xml @@ -51,6 +51,7 @@ false ${project.version} + 0.58 @@ -426,6 +427,28 @@ + + default-check + + check + + + ${project.build.directory}/coverage-reports/jacoco.exec + + + + BUNDLE + + + LINE + COVEREDRATIO + ${jacoco.line.coverage.limit} + + + + + +