This commit is contained in:
Jan-Philipp Luithardt
2025-12-03 18:15:16 +01:00
parent c35218453f
commit f09564dfb0
22 changed files with 727 additions and 44 deletions

View File

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