vanniktech / gradle-android-junit-jacoco-plugin

Gradle plugin that generates JaCoCo reports from an Android Gradle Project
http://vanniktech.com
Apache License 2.0
400 stars 76 forks source link

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

Open aljohnston112 opened 1 year ago

aljohnston112 commented 1 year ago

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.