I've looked over the jacoco documentation but I'm unfortunately still not clear on how to put everything together to use jacoco. I'm in QA and we have a test framework (java - testng) for testing a tomcat application that is running on a server. We use Intelliji for coding the test framework and Maven for our builds. I've read about using the Maven plugin, but I want code coverage on the tomcat application, not on the test framework. Could someone give me a high level overview on what steps I need to take to get jacoco properly setup and get code coverage reports in this situation?
Thanks, Glenn -- 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]. For more options, visit https://groups.google.com/d/optout.
