Skip to content

Commit

Permalink
Update jacocoTestReport
Browse files Browse the repository at this point in the history
  • Loading branch information
patkub committed Nov 4, 2024
1 parent 374fd08 commit b8c6c51
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -56,9 +56,9 @@ test {
}
jacocoTestReport {
reports {
xml.required = false
csv.required = false
html.outputLocation = layout.buildDirectory.dir('jacocoHtml')
xml.required = true
csv.required = true
html.required = true
}
}

Expand Down

0 comments on commit b8c6c51

Please sign in to comment.