Open
Description
Hi
I have multiple projects gradle repo and I am able to generate reportScoverage for each of these subprojects. But when I run gradle clean reportScoverage aggregateScoverage
, the build fails with exception as shown in this gist link
I have added below to my build.gradle file in my root folder.
task aggregateScoverage(type: org.scoverage.ScoverageAggregate)
getTasksByName('reportScoverage', true).each {
aggregateScoverage.dependsOn(it)
}
According to README, the aggregated report should come under build/scoverage-aggregate
directory, but I don't see a build directory under my root repo.
Please let me know if there is something I am missing.
Metadata
Metadata
Assignees
Labels
No labels