Open cornim opened 6 months ago
I couldn't figure out, why this was only happening in my pipeline and locally everything compiled fine until I tried something which seemed unreasonable to me at first glance.
Locally I ran sbt clean test
.
The pipelline runs sbt clean coverage test
using addSbtPlugin("org.scoverage" % "sbt-scoverage" % "2.0.11")
and this apperantly is exactly what is causing the issue. I hope this helps.
Is this https://github.com/scoverage/scalac-scoverage-plugin/issues/447 yet again?
Compiler version
3.3.1
Minimized code
Output (click arrow to expand)
I'm happy to provide additional infos. Just let me know what you need.