Thursday, April 3, 2014

Instrumenting the build for code coverage


I'm pretty new to Java world. What tool are you guys using for offline code coverage? I use emma for on the fly coverage and works well with unit tests. But we have bunch of integration tests that we run after deploying the build. How can I get the CC numbers for these tests? I need to get these ones and then merge with the numbers produced by unit tests. In the C#/C++ world, we used to have an instrumented build that we deployed and ran tests to get CC numbers. What do you suggest for Java? Do I need to instrument Java build to achieve this?



No comments:

Post a Comment