scoverage / gradle-scoverage

A plugin to enable the use of Scoverage in a gradle Scala project
Apache License 2.0
53 stars 38 forks source link

Fix the cross (scala) version test (3) #131

Closed eyalroth closed 4 years ago

eyalroth commented 4 years ago

Following #106 / #130 and complementing #127 and #128, this should finally fix the cross-version tests by making sure that each functional test runs in its own JVM process.

eschizoid commented 4 years ago

Hello, I am having problems related to this issue and I was wondering if somebody is looking into it.

Thanks

eyalroth commented 4 years ago

@eschizoid Note that this PR is only about fixing tests; it doesn't fix the plugin incompatibility with Scala 2.13 (for that there's PR #130 I believe).

eyalroth commented 4 years ago

Closing in favor of #141.