Hello, I am using jacoco to collect code coverage for the class library we own. I am using maven to run the unit tests. I am setting MAVEN_OPTS to include path to the jacoco agent to enable code coverage. I see that jacoco.exec file gets generated at the end of the test run though the exec file doesn't contain the classes that were tested in the unit tests. I used "java -jar jacococli.jar execinfo ..." command to verify that the classes were missing. Now, this happens only in a remote environment (on a teamcity agent), whereas the exec file contains the class information I expect when I run the unit tests locally. Wondering what could lead to this discrepancy in local versus remote execution?
Thanks! -- You received this message because you are subscribed to the Google Groups "JaCoCo and EclEmma Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/jacoco/3c3dcc26-1523-4a11-a176-75a7fe2638e9%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
