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

Scoverage 2.0 #181

Closed rhass closed 1 year ago

rhass commented 2 years ago

This is a feature request to support Scoverage 2.0

maiflai commented 2 years ago

@eyalroth - should we get the kotlin work in first?

rhass commented 2 years ago

@eyalroth - should we get the kotlin work in first?

My unsolicited opinion on this question: Yes.

I think switching over to kotlin would make debugging stack traces and issues a lot easier. I have yet to dig into this enough, but I suspect the issues I am having with the Scala 2.13+ multi-module projects are caused by some of the type mapping behaviors between Groovy and Scala which don't always align. I think would be largely resolved with Kotlin, or at least easier to manage.

gauravkumar37 commented 2 years ago

What's the complexity of completing this task? Scoverage v2 added a lot of extra support that I need in my project.

scalactic commented 1 year ago

Hi, any update on this?

sebastian-peter commented 1 year ago

Should be fixed by #192 now