1.I am using appium for writing test cases for android app with junit framework.
2.I want to find out the code coverage for these test cases using jacoco.
I do not have much information on gradle or jacoco regarding this.can anyone please share the steps on how to do it with sample test case example.
Thanks in advance