Index: oak-core/pom.xml IDEA additional info: Subsystem: com.intellij.openapi.diff.impl.patch.CharsetEP <+>UTF-8 =================================================================== --- oak-core/pom.xml (revision 1860544) +++ oak-core/pom.xml (date 1559549699000) @@ -35,8 +35,8 @@ false 0.77 - 0.70 - + 0.70 + @@ -102,6 +102,121 @@ + + org.jacoco + jacoco-maven-plugin + + + pre-unit-test + + prepare-agent + + + ${skip.coverage} + ${project.build.directory}/coverage-reports/jacoco-ut.exec + test.opts.coverage + + + + post-unit-test + test + + report + + + ${skip.coverage} + ${project.build.directory}/coverage-reports/jacoco-ut.exec + ${project.reporting.outputDirectory}/jacoco-ut + + + + default-check + + check + + + ${project.build.directory}/coverage-reports/jacoco-ut.exec + + + BUNDLE + + + LINE + COVEREDRATIO + ${minimum.line.coverage} + + + BRANCH + COVEREDRATIO + ${minimum.branch.coverage} + + + + + PACKAGE + + org.apache.jackrabbit.oak.security.principal + org.apache.jackrabbit.oak.security.user.autosave + org.apache.jackrabbit.oak.security.authentication.user + org.apache.jackrabbit.oak.security.user.whiteboard + + + *Test + + + + BRANCH + COVEREDRATIO + 1.0 + + + + + PACKAGE + + org.apache.jackrabbit.oak.security.authorization.composite + org.apache.jackrabbit.oak.security.internal + org.apache.jackrabbit.oak.security.authorization.permission + org.apache.jackrabbit.oak.security.user + org.apache.jackrabbit.oak.security.authentication.token + org.apache.jackrabbit.oak.security.authorization.restriction + + + *Test + + + + BRANCH + COVEREDRATIO + 0.96 + + + + + PACKAGE + + org.apache.jackrabbit.oak.security.authentication + org.apache.jackrabbit.oak.security.authorization + org.apache.jackrabbit.oak.security.user.query + org.apache.jackrabbit.oak.security.privilege + org.apache.jackrabbit.oak.security.authorization.accesscontrol + + + *Test + + + + BRANCH + COVEREDRATIO + 0.88 + + + + + + + +