Gradle Jacoco Plugin

From NovaOrdis Knowledge Base
Jump to navigation Jump to search

Internal

TODO

apply plugin: "jacoco"

...

jacocoTestReport {
    
    reports {
        xml.enabled true
        html.enabled true
    }
}

check.dependsOn jacocoTestReport