scoverage / scalac-scoverage-plugin

Scoverage Scala Code Coverage Core Libs
https://github.com/scoverage
Apache License 2.0
425 stars 126 forks source link

Convert sourcepath to relative. #385

Closed ckipp01 closed 3 years ago

ckipp01 commented 3 years ago

This also introduces a new config setting, sourceRoot that will need to be set by the plugins using this to ensure that no matter where this is executed from that the relativization process will work as expected.

Relates to #368