scoverage / scalac-scoverage-plugin

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

Make `isScalaJsEnabled` a `lazy val` #466

Closed armanbilge closed 2 years ago

armanbilge commented 2 years ago

Fixes https://github.com/scoverage/scalac-scoverage-plugin/issues/447. This change is extracted out of https://github.com/scoverage/scalac-scoverage-plugin/pull/464, which understandably may take a while to review.

But the fix by itself is innocent enough even without proper tests in place, and would help unblock scoverage on Scala.js projects 🙏

ckipp01 commented 2 years ago

which understandably may take a while to review.

I should have time in the coming couple days to dive into the other open ones.