Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Scoverage: improve classpath override to the minimal (#3122)
The previous version the `ScoverageTests.runClasspath` was more modified and reorganized. In this version, only the outer complied classes folder is replaced (in place) by the outer.scoverage complied classes folder. An additional runtime dependency is also added: `org.scoverage::scalac-scoverage-runtime`. All duplicated entries in the classpath are also removed. Pull request: #3122 --------- Co-authored-by: Tobias Roeser <[email protected]>
- Loading branch information