Commit e99c114
committed
Change test output to directory inside
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`.target
1 parent fe41e19 commit e99c114
File tree
1 file changed
+4
-0
lines changed- scalac-scoverage-plugin/src/test/scala/scoverage
1 file changed
+4
-0
lines changedLines changed: 4 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
25 | 29 | | |
26 | 30 | | |
27 | 31 | | |
| |||
0 commit comments