gradle-android-junit-jacoco-plugin
gradle-android-junit-jacoco-plugin copied to clipboard
No coverage data to process in directories [...\app\build\outputs\code_coverage\debugAndroidTest\connected]
trafficstars
Tried to run combinedTestReport, but after all the tests are run, the error in the title gets thrown.
I also noticed that createDebugCoverageReport does not generate a coverage report at [...\app\build\outputs\code_coverage\debugAndroidTest\connected*].
I have "testCoverageEnabled true" in the debug block of the app gradle. Unsure of where to go from here.