-
Notifications
You must be signed in to change notification settings - Fork 41
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 doesn't work properly when scalatest is a separate task #77
Comments
thanks - I'll have a think about how to enable this to work properly |
Sorry, on review I can't spot where a problem would appear (from the gradle-scoverage perspective). As you say, running gradle-scalatest in append mode means that the Are you saying that you want gradle-scalatest to run testScoverage because all your Scala modules are using ScalaTest? If so, I think you might try this within a Scala module:
Can you provide a project that I can take a look at? Thanks, |
Hi - I haven't looked at this in a while either… I'll close this for now, and if I can reproduce when trying to get both test frameworks working again, I'll send you a reduced gist as example. |
hi all! |
If you use the property:
com.github.maiflai.gradle-scalatest.mode = append
to enable running scalatest and java test framework (testNG, e.g.) then scoverage doesn't report anything.The text was updated successfully, but these errors were encountered: