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
Unfortunately I haven't got it to work yet, because I changed my coverageReportDir to build/reports/coverage (I don't want to change it back, because the reports dir is uploaded to a web space, and I don't want the folder name to change). So right now, your plugin doesn't find the report dir:
No report file available: [(...)/build/reports/cobertura/coverage.xml,
(...)/build/reports/jacoco/test/jacocoTestReport.xml]
I saw that it might be possible to change coberturaReportPath in this class. But I haven't been able to figure out how.
You can find my project's build file at build.gradle
Can you help?
The text was updated successfully, but these errors were encountered:
Hi, thanks for the plugin!
Unfortunately I haven't got it to work yet, because I changed my
coverageReportDir
tobuild/reports/coverage
(I don't want to change it back, because the reports dir is uploaded to a web space, and I don't want the folder name to change). So right now, your plugin doesn't find the report dir:I saw that it might be possible to change
coberturaReportPath
in this class. But I haven't been able to figure out how.You can find my project's build file at build.gradle
Can you help?
The text was updated successfully, but these errors were encountered: