TomPlum / advent-of-code-2019

:gift: My completion of Advent of Code 2019 in an enterprise-style codebase with an emphasis on design, readability and testing.
https://adventofcode.com/2019
Apache License 2.0
1 stars 1 forks source link

JaCoCo Not Genearting Code Coverage #2

Closed TomPlum closed 4 years ago

TomPlum commented 4 years ago

Report is being produced, but there is no coverage, only test pass/fail percentage.

TomPlum commented 4 years ago

After resolving issue #1, the new Kotlin Groovy DSL configuration with gradle sub-modules appears to have fixed the issue.

TomPlum commented 4 years ago

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.