Maven + Cobertura code coverage example
Cobertura is a free Java code coverage tool – calculates the percentage of code accessed by unit tests. In this tutorial, we will show you how to use Maven to generate the Cobertura code coverage report for your project. 1. Cobertura Code Coverage Report Do nothing, just type the following Maven command to download and …