I currently have separate tests for an Android application that calls the library jar file calls. I would like to see code coverage for jar, but when I run ant emma and look at cover.html, it only reports the scope of the application project.
Is there any way to indicate that I would like to see the can cover?
source share