We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents fe41e19 + e99c114 commit d649ec7Copy full SHA for d649ec7
scalac-scoverage-plugin/src/test/scala/scoverage/ScoverageCompiler.scala
@@ -22,6 +22,10 @@ object ScoverageCompiler {
22
s.Yrangepos.value = true
23
s.Yposdebug.value = true
24
s.classpath.value = classPath.mkString(File.pathSeparator)
25
+
26
+ val path = s"./scalac-scoverage-plugin/target/scala-$ShortScalaVersion/test-generated-classes"
27
+ new File(path).mkdirs()
28
+ s.d.value = path
29
s
30
}
31
0 commit comments