-
Notifications
You must be signed in to change notification settings - Fork 74
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
Task combinedTestReport not showing instrumented coverage #191
Comments
I think I found the issue. Not sure if its because of how our project is setup but I had to change the logic (also migrated the plugin to Kotlin)
to (in Kotlin)
For some reason
but with the plugin I only see ANT loading the |
Personally, I've never used the combine task. Do you care to submit a PR? |
I can but not anytime soon since the project is setup to use the re-written plugin. The change is really simple as you can see in my previous post but I am not sure if there is a reason why the original code does the following:
|
I feel like this might be related to #138
Running the
combinedTestReport
command generates the jacocoCombined report directory and files, however it does not contain any coverage on instrumented tests.However if I check
reports/coverage/**/
(generated by the createDebugCoverageReport task) I see the instrumented coverage there. It seems like the plugin task create the combined report isn't working.I am using the 0.17 snapshot.
The text was updated successfully, but these errors were encountered: