I have a maven project which is compiled as WAR file. Then I have a separate test project that contains the integration test. The integration test project launches the web application via tomcat from the WAR files and then run tests.
The only coverage report that I have right now is for unit tests within the main project. Using JMockit-coverage and JUnit.
How can I get the code coverage of this web application which this integration test reaches?