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
mill amodule.scoverage.compile will not work for any amodule that has defined moduleDeps. I suspect the scoverage module needs to def moduleDeps = outer.moduleDeps.
build file to reproduce:
(also need to create a class in foo and import it in the other project)
mill amodule.scoverage.compile
will not work for anyamodule
that has definedmoduleDeps
. I suspect thescoverage
module needs todef moduleDeps = outer.moduleDeps
.build file to reproduce:
(also need to create a class in foo and import it in the other project)
run
scoverageSadness.compile
to confirm it works, then runscoverageSadness.scoverage.compile
to confirm not found errors on imports.Does that diagnosis sound right @nvander1?
PS: thanks for the scoverage PR, very handy.
The text was updated successfully, but these errors were encountered: