Adding this to my build script:
apply plugin: 'jacoco'
jacocoTestReport {
reports {
xml.enabled true
}
}
and running: gradle test jacocoTestReport
produces this result:
:jacocoTestReport
Skipping task ':jacocoTestReport' as task onlyIf is false.
:jacocoTestReport SKIPPED
I’m running gradle 2.2.1