We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 6d42357 + ecbdddd commit f92c942Copy full SHA for f92c942
src/main/groovy/org/scoverage/ScoveragePlugin.groovy
@@ -191,7 +191,7 @@ class ScoveragePlugin implements Plugin<PluginAware> {
191
}
192
scalaCompileOptions.additionalParameters = parameters
193
// the compile task creates a store of measured statements
194
- outputs.file(new File(extension.dataDir.get(), 'scoverage.coverage.xml'))
+ outputs.file(new File(extension.dataDir.get(), 'scoverage.coverage'))
195
196
dependsOn project.configurations[CONFIGURATION_NAME]
197
doFirst {
0 commit comments