Skip to content

Commit

Permalink
OAK-9509 : Enable minimum line and branch test coverage for oak-jcr (…
Browse files Browse the repository at this point in the history
…make jenkins happy which runs ITs separately)
  • Loading branch information
anchela committed Jul 22, 2021
1 parent a3fb5f1 commit 8634b87
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion oak-jcr/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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 -->
Expand Down

0 comments on commit 8634b87

Please sign in to comment.