I have jacoco running for my build and I noticed if there's 2 test classes testing the same main class, coverage from one of the test classes is missing. For example, I have a class MyApp. Now I have MyAppTest and MyAppLatestTest. In this case only coverage from MyAppTest is considered. Has anyone faced this problem? Is there a potential solution to this?
Asked
Active
Viewed 315 times