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've noticed that the scoverage plugin and runtime support is added to libraryDependencies even if coverage is not enabled. Would it be hard to not do it this way? And only add the jars when coverage is enabled?
Currently, scoverage gets added as a provided dependency on Maven Central to all projects that might use it (plus it shows up as a real dependency in IDEs)
m-sp, mikejcurry, alexandru, francisdb, alonsodomin and 4 morealexandru