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 2ae30e1 + 9bc60f2 commit 052b986Copy full SHA for 052b986
scalac-scoverage-plugin/src/main/scala/scoverage/plugin.scala
@@ -47,7 +47,7 @@ class ScoveragePlugin(val global: Global) extends Plugin {
47
class ScoverageOptions {
48
var excludedPackages: Seq[String] = Nil
49
var excludedFiles: Seq[String] = Nil
50
- var dataDir: String = File.createTempFile("scoverage_datadir_not_defined", ".tmp").getParent
+ var dataDir: String = IOUtils.getTempPath
51
}
52
53
class ScoverageInstrumentationComponent(val global: Global)
0 commit comments