Skip to content

Scoverage HTML report may fail to render #62

@mauhiz

Description

@mauhiz

Because classpath is flattened, getResource("/index.html") will pick any index.html on the root of the classpath. In my particular issue, it was a index.html bundled in specs2.

It is easy to avoid such name collisions, just by putting the resources in a subfolder e.g src/main/resources/scoverage/index.html.

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