Skip to content

aggregateScoverage issue #66

Open
Open
@knarayanan88

Description

@knarayanan88

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions