Can Kover be applied to Android Connected/Instrumented UI tests?
:plus-one: 1
s
Sam
06/21/2022, 5:21 PM
Did you get this working? I gave up in the end (though admittedly I didn't try that hard)
t
Tim Oltjenbruns
06/23/2022, 2:26 PM
Probably worth noting that android instrumentation tests don’t use JaCoCo even
They use another coverage tool entirely, and that tool happens to produce a report that JaCoCo can read
I believe EMMA
s
Sam
07/03/2022, 2:39 PM
Quick update on this. I've not fixed the problem, but if you're using SonarCloud to manage your coverage it accepts multiple XML reports. You can just pass up your Kover report and your instrumentation report and it all works