-
Notifications
You must be signed in to change notification settings - Fork 157
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
scoverage fails for multi-jvm tests #151
Comments
Same issue here, any plan on a fix? |
Anybody solved this? |
There is a workaround for this, just adding the
SBT should resolve the depency anyway, since |
This was referenced Sep 10, 2016
OlivierBlanvillain
added a commit
to OlivierBlanvillain/dotty
that referenced
this issue
Feb 12, 2018
To keep the run tests runing one solution might be to add the following on the test classpath: "org.scoverage" %% "scalac-scoverage-runtime" % "1.1.1" % "multi-jvm" (see scoverage/sbt-scoverage#151)
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
My repository is https://github.com/hhimanshu/akka101
The text was updated successfully, but these errors were encountered: