[
https://issues.apache.org/jira/browse/OFBIZ-13203?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17916764#comment-17916764
]
Jacques Le Roux commented on OFBIZ-13203:
-----------------------------------------
BTW here is the patch for trunk: [^OFBIZ-13203.patch]
> Adds Jacoco coverage in build.gradle
> ------------------------------------
>
> Key: OFBIZ-13203
> URL: https://issues.apache.org/jira/browse/OFBIZ-13203
> Project: OFBiz
> Issue Type: New Feature
> Components: Gradle
> Affects Versions: Upcoming Branch
> Reporter: Jacques Le Roux
> Assignee: Jacques Le Roux
> Priority: Trivial
> Fix For: Upcoming Branch
>
> Attachments: OFBIZ-13203.patch
>
>
> Following
> https://docs.sonarsource.com/sonarqube-cloud/enriching/test-coverage/java-test-coverage,
> notably:
> {code:java}
> plugins {
> id "jacoco"
> id "org.sonarqube" version "3.5.0.2730"
> }
>
> jacocoTestReport {
> reports {
> xml.required = true
> }
> }
> {code}
--
This message was sent by Atlassian Jira
(v8.20.10#820010)