Skip to content

scoverage.xml contains absolute source paths #652

@mwisnicki

Description

@mwisnicki

Generated report uses absolute paths which makes the report not-portable between environments and causes issues like #448

Attempting to override coverageSourceRoot to relative path does nothing:

sbt 'set coverageSourceRoot := file(".")' coverageAggregate

Probably because of

s"-P:scoverage:sourceRoot:${coverageSourceRoot.value.getAbsolutePath}"

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions