I just tracked down an issue I'm having with partial coverage reports due to Android Gradle plugin 3.2.0
Jacoco is only generating coverage reports for less than 10% of my project. If I revert back to 3.1.4, it behaves as expected.
Is there any known issue with AGP 3.2.+ and JaCoCo test coverage?