gradle-android-test-aggregation-plugin
gradle-android-test-aggregation-plugin copied to clipboard
Added `androidTest` coverage support
Draft WIP implementing #15: support for AndrodiTest variant.
The aggregation functionally was extended to also allow including AndroidTest variants.
The current implementation is hacky, accessing AGP's internal APIs by reflection. More details here .