Skip to content

Commit

Permalink
problem: no coverage report
Browse files Browse the repository at this point in the history
  • Loading branch information
splix committed Mar 17, 2024
1 parent 2c325b0 commit e2273e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,7 @@ jacoco {
}

task coverageReport(type: JacocoReport) {
dependsOn = subprojects.test
dependsOn = [subprojects.test, subprojects.jacocoTestReport]
additionalSourceDirs.setFrom files(subprojects.sourceSets.main.allSource.srcDirs)
sourceDirectories.setFrom files(subprojects.sourceSets.main.allSource.srcDirs)
classDirectories.setFrom files(subprojects.sourceSets.main.output)
Expand Down

0 comments on commit e2273e4

Please sign in to comment.