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
Files compiled by `ScoverageCompiler` during tests were put into '.',
polluting root directory with a lot of `.class` files. `clean` does not
remove them as they are not in `target`.
I moved them to
`scalac-scoverage-plugin/target/scala-$ShortScalaVersion/test-generated-classes`.
0 commit comments