[ 
https://issues.apache.org/jira/browse/OAK-9509?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17385350#comment-17385350
 ] 

Marcel Reutegger commented on OAK-9509:
---------------------------------------

Hmm, actually this fails our Jenkins build that checks pull requests (and also 
builds trunk): 
https://ci-builds.apache.org/blue/organizations/jenkins/Jackrabbit%2Foak-trunk-pr/detail/trunk/16/pipeline/76

The job runs oak-jcr unit and integration tests concurrently with separate 
tasks.

> Enable minimum line and branch test coverage for oak-jcr
> --------------------------------------------------------
>
>                 Key: OAK-9509
>                 URL: https://issues.apache.org/jira/browse/OAK-9509
>             Project: Jackrabbit Oak
>          Issue Type: Improvement
>          Components: jcr
>            Reporter: Angela Schreiber
>            Assignee: Angela Schreiber
>            Priority: Minor
>             Fix For: 1.42.0
>
>
> 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:
> {code}
>     <skip.coverage>false</skip.coverage>
>     <minimum.coverage>0.72</minimum.coverage>
>     <minimum.branch.coverage>0.60</minimum.branch.coverage>
> {code}



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

Reply via email to