X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=pom.xml;h=7084bf34f0f044601c4f176ccab1dfbf4dde26fe;hb=0338683186c994d579b1ec297604dba59df73dff;hp=ddb677bb89ae61ff5f607150113f910305523531;hpb=2587d778f8f2894b9abc60c5ac22c7f8bab5d71d;p=aai%2Fchamp.git diff --git a/pom.xml b/pom.xml index ddb677b..7084bf3 100755 --- a/pom.xml +++ b/pom.xml @@ -37,6 +37,10 @@ limitations under the License. https://nexus.onap.org 1.4.0-SNAPSHOT + + 0.57 + ${project.build.directory}/code-coverage @@ -55,6 +59,34 @@ limitations under the License. true + + org.jacoco + jacoco-maven-plugin + + + default-check + + check + + + ${jacoco.report.directory}/jacoco-ut.exec + + + + BUNDLE + + + LINE + COVEREDRATIO + ${jacoco.line.coverage.limit} + + + + + + + +