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
I have following configuration for scala maven plugin. Adding "addScalacArgs" doesn't generate coverage info. I see "Skipping SCoverage report generation" in the log but if i remove "addScalacArgs" reports are generated.
README specifies this limitation here
Also, scala-maven-plugin doc also states that addScalacArgcan't be used from pom.
Please send a PR if you think the doc can be improved. Thanks.
I have following configuration for scala maven plugin. Adding "addScalacArgs" doesn't generate coverage info. I see "Skipping SCoverage report generation" in the log but if i remove "addScalacArgs" reports are generated.
scala version 2.11.12
The text was updated successfully, but these errors were encountered: