upload
Some checks failed
Gradle CI with Jacoco / build (push) Failing after 4m22s
Build Test Results / Jacoco-Results (push) Failing after 53s

This commit is contained in:
Jan-Philipp Luithardt
2025-12-03 18:34:52 +01:00
parent bb36ada778
commit 91f5e4e13f
22 changed files with 78 additions and 38 deletions

View File

@@ -40,7 +40,7 @@ test {
jacocoTestReport {
dependsOn test
reports {
xml.required = false
xml.required = true
csv.required = true
html.outputLocation.set(layout.buildDirectory.dir('jacocoHtml'))
csv.destination file("${build}/reports/jacoco/jacoco.csv")