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 think a CLI for generating reports would help me to avoid duplicating scoverage.ScoverageSbtPlugin#loadCoverage and scoverage.ScoverageSbtPlugin#writeReports in the gradle plugin.
The gradle plugin copies this functionality at the moment, but does not support multi-module aggregation and it would be nice if I could re-use the existing code by moving it from the SBT plugin into the parent module.
@gslowikowski - does the Maven plugin have its own duplicate of these functions, and if so, would a CLI help?