You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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.
The text was updated successfully, but these errors were encountered: