From 8c01b58b76d44c051999362db92d6e69cb6fdd8b Mon Sep 17 00:00:00 2001 From: jjia Date: Thu, 4 Apr 2019 16:51:05 -0400 Subject: [PATCH] Set DR Jacoco coverage limit Issue-ID: AAI-1470 Change-Id: I12df70166ad98e0e64b5602fa8422b51e4a87c80 Signed-off-by: jjia --- pom.xml | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) diff --git a/pom.xml b/pom.xml index fb3bdd4..43c5d54 100644 --- a/pom.xml +++ b/pom.xml @@ -70,6 +70,7 @@ limitations under the License. 1.2.3 16.0.1 onap + 0.58 @@ -490,6 +491,28 @@ limitations under the License. + + default-check + + check + + + ${project.build.directory}/coverage-reports/jacoco.exec + + + + BUNDLE + + + LINE + COVEREDRATIO + ${jacoco.line.coverage.limit} + + + + + + -- 2.16.6