android-junit5 icon indicating copy to clipboard operation
android-junit5 copied to clipboard

Jacoco code coverage for androidTest

Open F43nd1r opened this issue 1 year ago • 2 comments

Hey @mannodermaus, I'm trying to create a jacoco report for instrumented junit 5 tests. With applying the jacoco plugin and enableAndroidTestCoverage = true I can get a report with all classes, but it always reports zero coverage.

Is this supported? If so, how can I configure this correctly?

F43nd1r avatar Oct 17 '24 10:10 F43nd1r