Hello how can I exclude all my inherited classes from Jacoco report Coverage. for example- I have a BaseActivity and multiple sub Activity for Example A,B,C. And I want to exclude the report of all the subActivities.
I have multiple sub Activity so that I can not write the name of All these subActivities to exclude in gradle file, so is there any way that if I will just give the name of Parent Activity in gradle and all the subActivities name will exclude from the jacoco report.
Please help.