Skip to content

v1.0.6 scoverage.coverage.xml not generated #29

Closed
@avdv

Description

@avdv

Using version 1.0.6 of the gradle scoverage plugin, there is no xml file generated and the reportScoverage task fails:

:reportScoverage
Exception in thread "main" java.io.FileNotFoundException: /src/project/build/scoverage/scoverage.coverage.xml (No such file or directory)
    at java.io.FileInputStream.open(Native Method)
    at java.io.FileInputStream.<init>(FileInputStream.java:146)
    at scala.io.Source$.fromFile(Source.scala:91)
    at scala.io.Source$.fromFile(Source.scala:76)
    at scoverage.Serializer$.deserialize(Serializer.scala:118)
    at scoverage.Serializer.deserialize(Serializer.scala)
    at org.scoverage.ScoverageReport.main(ScoverageReport.java:30)

When using version 1.0-5-g9c68988 it works.

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