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

related to issue #106 #130

Closed giabao closed 3 years ago

giabao commented 4 years ago

see https://github.com/scoverage/gradle-scoverage/issues/106#issuecomment-564428652

maiflai commented 4 years ago

Sorry about this.

I've raised https://github.com/scoverage/scalac-scoverage-plugin/pull/286 upstream to remove the need for collection conversion.

I suspect there is still something wrong with the integration tests. I can reproduce the failure when I run an individual test, but not as part of the test suite.

Stu.

eyalroth commented 4 years ago

FYI I added a functional test for Scala 2.13 in #141 (Scala213Test), which is currently ignored but could be used now in this PR to validate the compatibility after a fix has been applied.