We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
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
I have an SBT multi project and when running tests of a subproject individually I get the same error referenced in the old issue #115
java.lang.NoClassDefFoundError: scoverage/Invoker$
I am using version 1.4 . Has a proper solution been found for that issue ?
The text was updated successfully, but these errors were encountered:
I solved that issue by adding explicit report coverage in all subproject config instead of on the parent project
Sorry, something went wrong.
Can you share test project? I'm not sure, what your project looks like and what commands you call. I'd like to reproduce it myself.
No branches or pull requests
I have an SBT multi project and when running tests of a subproject individually I get the same error referenced in the old issue #115
java.lang.NoClassDefFoundError: scoverage/Invoker$
I am using version 1.4 . Has a proper solution been found for that issue ?
The text was updated successfully, but these errors were encountered: