Skip to content

Commit

Permalink
Merge pull request #147 from CristianGM/patch-1
Browse files Browse the repository at this point in the history
Fix CoverageFileName
  • Loading branch information
maiflai authored Nov 17, 2020
2 parents 6d42357 + ecbdddd commit f92c942
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/groovy/org/scoverage/ScoveragePlugin.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,7 @@ class ScoveragePlugin implements Plugin<PluginAware> {
}
scalaCompileOptions.additionalParameters = parameters
// the compile task creates a store of measured statements
outputs.file(new File(extension.dataDir.get(), 'scoverage.coverage.xml'))
outputs.file(new File(extension.dataDir.get(), 'scoverage.coverage'))

dependsOn project.configurations[CONFIGURATION_NAME]
doFirst {
Expand Down

0 comments on commit f92c942

Please sign in to comment.