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
I don't know why, but the jacocoTestReport task is the only task which does not print any coverage information. I tried with different configuration settings.
I can use the following workaround (using the settings in my build.gradle as written below):
I don't know why, but the
jacocoTestReport
task is the only task which does not print any coverage information. I tried with different configuration settings.I can use the following workaround (using the settings in my build.gradle as written below):
Current settings in build.gradle look like:
build
will show a coverage of 0%, as no report has been generated yetjacocoTestReport
will not output any coveragebuild
will pick up the report as generated byjacocoTestReport
and display the coverage:The text was updated successfully, but these errors were encountered: