Jacoco Test coverage report shows 0%
问题 I have to get the code coverage of a application while business test are executed from a different code base. I use: Maven as my build Jbehave as my testing framework. The test are written in java. My application is a set of war files deployed on tomcat. The application code base is separate from test code base. In getting the coverage I followed the below steps. 1 Compile the test code using maven. 2 Copy application classes from the place it was build (${app.code.dir}/target/classes) to $