Kotlin / kotlinx-kover

Apache License 2.0
1.25k stars 46 forks source link

Merge unit and instrumented test report in single file or directory of a multi-module Android project? #592

Closed ArcherEmiya05 closed 1 month ago

ArcherEmiya05 commented 1 month ago

Hi, can someone help me how to merge unit and instrumented test across module/subproject for Android? Most solution I see in the internet is using JaCoCo. Which Kover Gradle task I should trigger and do I need extra configuration to achieve this? Thanks!

Sample structure

shanshin commented 1 month ago

Hi, at the moment, running tests on the device is not supported yet. Work is in progress now.

shanshin commented 1 month ago

Closed as a duplicate of #96