You are viewing a plain text version of this content. The canonical link for it is here.
Posted to oak-commits@jackrabbit.apache.org by an...@apache.org on 2021/07/22 08:02:43 UTC

[jackrabbit-oak] branch trunk updated: OAK-9509 : Enable minimum line and branch test coverage for oak-jcr

This is an automated email from the ASF dual-hosted git repository.

angela pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/jackrabbit-oak.git


The following commit(s) were added to refs/heads/trunk by this push:
     new a3fb5f1  OAK-9509 : Enable minimum line and branch test coverage for oak-jcr
a3fb5f1 is described below

commit a3fb5f1db7f86aa9783e7d67becc29fbcc057d69
Author: angela <an...@adobe.com>
AuthorDate: Thu Jul 22 10:02:29 2021 +0200

    OAK-9509 : Enable minimum line and branch test coverage for oak-jcr
---
 oak-jcr/pom.xml | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/oak-jcr/pom.xml b/oak-jcr/pom.xml
index 3f46584..3e9bdda 100644
--- a/oak-jcr/pom.xml
+++ b/oak-jcr/pom.xml
@@ -32,6 +32,9 @@
   <packaging>bundle</packaging>
 
   <properties>
+    <skip.coverage>false</skip.coverage>
+    <minimum.coverage>0.72</minimum.coverage>
+    <minimum.branch.coverage>0.60</minimum.branch.coverage>
     <known.issues>
       org.apache.jackrabbit.test.api.AddNodeTest#testSameNameSiblings                                  <!-- OAK-203 -->
       org.apache.jackrabbit.test.api.SessionTest#testMoveConstraintViolationExceptionSrc               <!-- OAK-132 -->