Android-Root-Coverage-Plugin icon indicating copy to clipboard operation
Android-Root-Coverage-Plugin copied to clipboard

Coverage path in case gradle managed device is wrong in case where flavours is defined

Open amank22 opened this issue 10 months ago • 1 comments

Coverage path in case gradle managed device is wrong in case where flavours is defined.

https://github.com/NeoTech-Software/Android-Root-Coverage-Plugin/blob/77b7513c7adfaf23fac0f32f832c0f506133d23e/plugin/src/main/kotlin/org/neotech/plugin/rootcoverage/JaCoCoConfiguration.kt#L76

Pattern as seen on our app is : "outputs/managed_device_code_coverage/////coverage.ec"

Maybe instead of adding absolute patterns we can directly check in managed_device_code_coverage folder.

amank22 avatar Apr 24 '24 06:04 amank22

Maybe we can add an option to provide custom paths in case any such issues arises later on.

amank22 avatar Apr 24 '24 06:04 amank22