Details
-
Improvement
-
Status: Closed
-
Minor
-
Resolution: Fixed
-
None
Description
today jacoco-maven-plugin is skipped in oak-jcr and thus doesn't record line/branch coverage. i would suggest to enable it by default. as of now line coverage is 72%, branch coverage is 60%.
mreutegg, unless you have any concerns i would go ahead and add the 2 properties to the pom.xml:
<skip.coverage>false</skip.coverage>
<minimum.coverage>0.72</minimum.coverage>
<minimum.branch.coverage>0.60</minimum.branch.coverage>