You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi. I have a project with Java and Scala sources, but scoverage report shows only Scala classes coverage. Here is the layout of the project and a pom.xml snippet. Note that Scala test cover both Java and Scala file. Is this a bug? Is there a way to have my Java coverage rendered in HTML by the plugin?
Hi @ilmirons
afaik this plugin instruments only Scala code and it can't get coverage from Java code.
most likely you will need to get coverage for Scala and Java code separately
Hi. I have a project with Java and Scala sources, but scoverage report shows only Scala classes coverage. Here is the layout of the project and a pom.xml snippet. Note that Scala test cover both Java and Scala file. Is this a bug? Is there a way to have my Java coverage rendered in HTML by the plugin?
Thanks for your work.
The text was updated successfully, but these errors were encountered: