Closed TomPlum closed 4 years ago
After resolving issue #1, the new Kotlin Groovy DSL configuration with gradle sub-modules appears to have fixed the issue.
gradlew jacocoTestReport is working. The problem is with the custom testCoverage
task. It can't find the jacocoTestReport
tasks programmatically in the implementation build.gradle.
Report is being produced, but there is no coverage, only test pass/fail percentage.