Skip to content

Conversation

CristianGM
Copy link
Contributor

fixes #135

This issue is making builds using the Gradle BuildCache to report 0% coverage.
Gradle caches the .xml file that doesn't exist from the compile task and then the report task doesn't see anything, now it will cache the right file fixing the builds.

fixes scoverage#135 

This issue is making builds using the Gradle BuildCache to report 0% coverage.
Gradle caches the .xml file that doesn't exist from the compile task and then the report task doesn't see anything, now it will cache the right file fixing the builds.
@maiflai maiflai merged commit f92c942 into scoverage:master Nov 17, 2020
@CristianGM CristianGM deleted the patch-1 branch November 18, 2020 09:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

compileScoverageScala.outputs should include "scoverage.coverage"
2 participants