Android-Root-Coverage-Plugin
Android-Root-Coverage-Plugin copied to clipboard
Coverage path in case gradle managed device is wrong in case where flavours is defined
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.
Maybe we can add an option to provide custom paths in case any such issues arises later on.