Hi folks I am working on a multi-module project in...
# code-coverage
x
Hi folks I am working on a multi-module project in Android with groovy gradle. I was using jacoco 0.8.7 with AGP 7.0.4. now I have upgraded my AGP to 8.2 and Jacoco to 0.8.11 but now , unit and ui test cases are working fine but combined report doesn't include the ui coverage data. I am getting warning like
Copy code
[Ant:jacocoReport] Classes in bundle app do not match with execution data. For report generation the same class files must be used as at run time
Please suggest me how can I fix this issue to get overall coverage. Question: Do I need to fix this warning or do I need to implement other library or plugin? If needed I can share my jacoco.gradle file too...