This commit is contained in:
Riley Schneider
2025-12-03 17:49:06 +01:00
parent bc0e30860c
commit 0c4f092312
14 changed files with 61 additions and 4 deletions

View File

@@ -37,6 +37,11 @@ sourceSets {
test {
useJUnitPlatform()
testLogging {
events "passed", "skipped", "failed"
exceptionFormat "full"
showStandardStreams = true
}
finalizedBy jacocoTestReport
}
jacocoTestReport {