Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix CoverageFileName #147

Merged
merged 1 commit into from
Nov 17, 2020
Merged

Fix CoverageFileName #147

merged 1 commit into from
Nov 17, 2020

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