Gradle Jacoco Plugin
Jump to navigation
Jump to search
Internal
TODO
apply plugin: "jacoco"
...
jacocoTestReport {
reports {
xml.enabled true
html.enabled true
}
}
check.dependsOn jacocoTestReport