Skip to content

Commit 2ec5d1a

Browse files
committed
declare that the testScoverage task write to the data directory
1 parent e199595 commit 2ec5d1a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/main/groovy/org/scoverage/ScoverageExtension.groovy

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -153,6 +153,7 @@ class ScoverageExtension {
153153
// the compile task creates a store of measured statements
154154
outputs.file(new File(extension.dataDir, 'scoverage.coverage.xml'))
155155
}
156+
t.tasks[ScoveragePlugin.TEST_NAME].outputs.dir(extension.dataDir)
156157
}
157158
}
158159
}

0 commit comments

Comments
 (0)