Skip to content

Commit

Permalink
change the jacoco output directory to build/reports
Browse files Browse the repository at this point in the history
  • Loading branch information
misolt committed Jun 6, 2024
1 parent d182fed commit f3f5120
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dumper/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ jacocoTestReport {
reports {
xml.required = false
csv.required = false
html.outputLocation = layout.buildDirectory.dir('jacocoHtml')
html.outputLocation = layout.buildDirectory.dir('reports/jacocoHtml')
}
}

Expand Down

0 comments on commit f3f5120

Please sign in to comment.