-
Notifications
You must be signed in to change notification settings - Fork 127
Scala.js breaks scoverage #196
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Looks like this has been seen by others: scala-js/scala-js#2631 |
Here's a Travis build showing it. I'm surprised I'd not seen it before, I think I've run coverage on many cross-built projects. Maybe I'm mistaken about that, or something about specific projects causing this issue to occur. |
sksamuel
added a commit
that referenced
this issue
Oct 28, 2020
Fix #196: Do not instrument default parameter for Scala.js
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
In my projects that use Scala.js I keep running into problems using scoverage. In the current project I'm getting this error:
I'm using the sbt-scoverage plugin and if I run
sbt clean test
everything works, but if I runsbt clean coverage test
I get the above error. If I just run against JVM projects everything is fine.The text was updated successfully, but these errors were encountered: