-
Notifications
You must be signed in to change notification settings - Fork 45
testScoverage task's source property is incorrect #78
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 pointing this out - please could you test the 2.4.0 release to see if it resolves the issue? Stu |
This looks fixed in 2.4.0, tested with Gradle 4.10:
|
Thanks very much, I'll close the issue then. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The testScoverage task gets skipped with "NO-SOURCE" if you skip the compileTestScala task.
People might want to skip the compileTestScala and test tasks when they're already running compileTestScoverageScala and testScoverage, to avoid compiling and running tests twice.
I'm using this as a workaround for now:
The text was updated successfully, but these errors were encountered: