gradle-print-coverage-plugin icon indicating copy to clipboard operation
gradle-print-coverage-plugin copied to clipboard

The readme should note that you need Jacoco XML report to be activated

Open schwichti opened this issue 5 years ago • 0 comments

I had to add this settings to my build.gradle for this plugin to work:

jacocoTestReport {
    reports {
        xml.enabled true
    }
}

otherwise I get the message Jacoco test report is missing.

schwichti avatar Apr 10 '20 18:04 schwichti