Skip to content

Commit

Permalink
try wiki solution
Browse files Browse the repository at this point in the history
Signed-off-by: BAStos525 <[email protected]>
  • Loading branch information
BAStos525 committed Sep 5, 2024
1 parent 839447e commit b4ced5f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -108,10 +108,10 @@ check {
dependsOn "installKotlinterPrePushHook"
}

// jacoco {
// toolVersion = "0.8.8"
// reportsDir = file("$buildDir/reports/")
// }
jacoco {
toolVersion = "0.8.8"
// reportsDir = file("$buildDir/reports/")
}

task testCoverage(type: JacocoReport) {
executionData tasks.withType(Test)
Expand Down

0 comments on commit b4ced5f

Please sign in to comment.