Jacques Le Roux created OFBIZ-13203:
---------------------------------------
Summary: 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
Fix For: Upcoming Branch
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)