Skip to content

Commit

Permalink
Update build.gradle.kts
Browse files Browse the repository at this point in the history
  • Loading branch information
bgalek authored Nov 2, 2024
1 parent 2070216 commit 5d8b7aa
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -41,22 +41,11 @@ tasks {

tasks.withType<Test> {
useJUnitPlatform()
testLogging {
events("passed", "skipped", "failed")
}
}

jacoco {
toolVersion = "0.8.6"
reportsDirectory.set(file("$buildDir/reports/jacoco"))
}

tasks.jacocoTestReport {
reports {
xml.required.set(true)
xml.outputLocation.set(file("$buildDir/reports/jacoco/report.xml"))
csv.required.set(false)
html.required.set(false)
}
}

Expand Down

0 comments on commit 5d8b7aa

Please sign in to comment.