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:57:03 UTC

[jackrabbit-oak] branch trunk updated: OAK-9509 : Enable minimum line and branch test coverage for oak-jcr (make jenkins happy which runs ITs separately)

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 8634b87  OAK-9509 : Enable minimum line and branch test coverage for oak-jcr (make jenkins happy which runs ITs separately)
8634b87 is described below

commit 8634b87b9f16871bd3d639a4d77b3a62a3496d65
Author: angela <an...@adobe.com>
AuthorDate: Thu Jul 22 10:56:28 2021 +0200

    OAK-9509 : Enable minimum line and branch test coverage for oak-jcr (make jenkins happy which runs ITs separately)
---
 oak-jcr/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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