-
Notifications
You must be signed in to change notification settings - Fork 158
java.lang.VerifyError
when run tests with coverage
#450
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
Thanks for the report @sergewar. Is this the full stacktrace? I don't see any mention of scoverage in there? Either way, you'll need to report this upstream to https://github.com/lampepfl/dotty as that's where the instrumentation for coverage in Scala 3 is happening. |
I created ticket for scoverage because when run tests w/o coverage
|
Sure, but for Scala 3 all sbt-scoverage is doing is setting the correct compiler flag for the compiler to create coverage data. In this scenario that seems to be screwing up compilation somehow, so the report will need to go there. |
Thank you! Joined to discussion in upstream project |
When tried introduce scoverage in project with scala 3 (3.2.0-RC3) faced with next error
Full stack trace here https://github.com/sergewar/scala-coverage-error/runs/7668222941?check_suite_focus=true#step:5:48
Example project https://github.com/sergewar/scala-coverage-error
The text was updated successfully, but these errors were encountered: