Skip to content

scoverage.xml contains absolute source paths #652

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}"

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

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