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.
1 parent ae016e7 commit d054196Copy full SHA for d054196
src/main/groovy/org/scoverage/ScoverageExtension.groovy
@@ -119,6 +119,8 @@ class ScoverageExtension {
119
scalaCompileOptions.additionalParameters = parameters.collect { escape(it) }
120
// exclude the scala libraries that are added to enable scala version detection
121
classpath += pluginDependencies
122
+ // the compile task creates a store of measured statements
123
+ outputs.file(new File(extension.dataDir, 'scoverage.coverage.xml'))
124
}
125
126
t.tasks[ScoveragePlugin.TEST_NAME].configure {
0 commit comments