vanniktech/gradle-android-junit-jacoco-plugin

No coverage data to process in directories [...\app\build\outputs\code_coverage\debugAndroidTest\connected]

aljohnston112 opened this issue · 0 comments

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.