X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=pom.xml;fp=pom.xml;h=43c5d5418d7a4bd50c87840ae2d12189481f436b;hb=8c01b58b76d44c051999362db92d6e69cb6fdd8b;hp=fb3bdd48abb8f470f321ce8a91d173fe8e153ce1;hpb=8b95aeb7001d06e2094ae18697c63cb04156411b;p=aai%2Fdata-router.git 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} + + + + + +