mysql tests
Some checks failed
Gradle CI with Full Reports / build (push) Failing after 15m12s

This commit is contained in:
Jan-Philipp Luithardt
2025-12-18 09:17:23 +01:00
parent facb0556a0
commit 7f96f50fb7
73 changed files with 1013 additions and 902 deletions

View File

@@ -44,6 +44,5 @@ jacocoTestReport {
xml.required = true
csv.required = true
html.outputLocation.set(layout.buildDirectory.dir('jacocoHtml'))
csv.destination file("${build}/reports/jacoco/jacoco.csv")
}
}