Generate jacocoTestReport when there is no test code

tasks.jacocoTestReport {
    setOnlyIf { true }
}
1 Like