scoverage / scalac-scoverage-plugin

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

Support for Scala 2.13.9+ in 1.4.x branch #505

Closed dalbani closed 1 year ago

dalbani commented 1 year ago

Describe the bug

As reported in https://github.com/scoverage/scoverage-maven-plugin/issues/106, scoverage-maven-plugin doesn't support scalac-scoverage-plugin 2.x but is still relying on version 1.4.11. Which has the consequence of not supporting Scala 2.13.9. Would consider releasing an artifact for scalac-scoverage-plugin 1.4.11 for Scala 2.13.9 (and upcoming releases)?

Expected behavior

No response

What build tool are you using?

Maven

Version of scoverage

v1.4.11

ckipp01 commented 1 year ago

Thanks for the question @dalbani. I'll mark this as a duplicate of https://github.com/scoverage/scalac-scoverage-plugin/issues/504 with the same response that there are no plans for this. Someone will need to add support for the 2.x series to the Maven plugin.

dalbani commented 1 year ago

Thanks for your response 👍 And sorry for having repeated the question, I forgot to look at closed issues 😬