This is an automated email from the ASF dual-hosted git repository.
sunlan pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/groovy.git
The following commit(s) were added to refs/heads/master by this push:
new f9327a684d Generate coverage reports
f9327a684d is described below
commit f9327a684dff55e3b2ba03fec82e369faedb57fa
Author: Daniel Sun <[email protected]>
AuthorDate: Wed Jan 10 00:14:34 2024 +0800
Generate coverage reports
---
.../src/main/groovy/org.apache.groovy-jacoco-aggregation.gradle | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git
a/build-logic/src/main/groovy/org.apache.groovy-jacoco-aggregation.gradle
b/build-logic/src/main/groovy/org.apache.groovy-jacoco-aggregation.gradle
index 22ea0f8509..40cddb3717 100644
--- a/build-logic/src/main/groovy/org.apache.groovy-jacoco-aggregation.gradle
+++ b/build-logic/src/main/groovy/org.apache.groovy-jacoco-aggregation.gradle
@@ -41,8 +41,8 @@ if (sharedConfiguration.hasCodeCoverage.get()) {
}
reports {
- xml.required = false
- csv.required = false
+ xml.required = true
+ csv.required = true
}
}
}