From: jjia Date: Thu, 4 Apr 2019 20:51:05 +0000 (-0400) Subject: Set DR Jacoco coverage limit X-Git-Tag: 1.4.0~5 X-Git-Url: https://gerrit.onap.org/r/gitweb?p=aai%2Fdata-router.git;a=commitdiff_plain;h=8c01b58b76d44c051999362db92d6e69cb6fdd8b Set DR Jacoco coverage limit Issue-ID: AAI-1470 Change-Id: I12df70166ad98e0e64b5602fa8422b51e4a87c80 Signed-off-by: jjia --- 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} + + + + + +