Skip to content

Commit

Permalink
Revert "revert dir change"
Browse files Browse the repository at this point in the history
This reverts commit 1685a05.
  • Loading branch information
gtebrean committed Apr 4, 2023
1 parent 1685a05 commit 73b36b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gradle/jacoco/build.gradle
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
apply plugin: 'jacoco'

task jacocoRootTestReport(type: org.gradle.testing.jacoco.tasks.JacocoReport) {
executionData fileTree(project.rootDir.absolutePath).include("**/build/jacoco/*.exec")
dependsOn = subprojects.test
getSourceDirectories().from(subprojects.sourceSets.main.allSource.srcDirs)
getAdditionalSourceDirs().from(subprojects.sourceSets.main.allSource.srcDirs)
getClassDirectories().from(subprojects.sourceSets.main.output)
getExecutionData().from(subprojects.jacocoTestReport.executionData)
reports { xml.enabled = true }

doFirst {
Expand Down

0 comments on commit 73b36b9

Please sign in to comment.