lingochamp/okcheck

Integrate coverage for unitTest and androidTest and just disabled as default

Jacksgong opened this issue · 0 comments

After integrate, If you want to integrate JacocoReport, just set with:

okcheck {
    coverageReport {
        xml.enabled = true
        html.enabled = true
        csv.enabled = true
    }
}