You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fixesscoverage#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.
The scoverage instrumentation info file changed names from scoverage.coverage.xml to scoverage.coverage in scoverage/scalac-scoverage-plugin@4140954
The gradle plugin still only models the old filename in
gradle-scoverage/src/main/groovy/org/scoverage/ScoveragePlugin.groovy
Line 201 in c5870c9
The text was updated successfully, but these errors were encountered: