Skip to content

Commit

Permalink
fix gradle complaining
Browse files Browse the repository at this point in the history
  • Loading branch information
harrel56 committed Aug 1, 2023
1 parent 54a5437 commit 568fabf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup/reporting.gradle
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
jacocoTestReport {
executionData fileTree(project.buildDir).include("jacoco/*.exec")
executionData fileTree(project.rootDir.absolutePath).include("build/jacoco/*.exec")

reports.html.required = false
reports.csv.required = true
Expand Down

0 comments on commit 568fabf

Please sign in to comment.