[ https://issues.apache.org/jira/browse/OFBIZ-13203?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Jacques Le Roux closed OFBIZ-13203. ----------------------------------- Resolution: Abandoned > 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} > In case you are interested, use rather the attached patch. -- This message was sent by Atlassian Jira (v8.20.10#820010)