An open source Java code coverage tool providing percentage of code accessed by tests, integrated with Ant and Maven for coverage metrics and HTML reports.
ECobertura is an open source code coverage tool for Java applications. It calculates the percentage of code that is executed or accessed by tests, providing important metrics on how thoroughly automated tests exercise an application's codebase.
Some key features of ECobertura include:
By reporting on code coverage percentages, ECobertura helps developers understand which parts of an application's codebase may need additional test cases. The HTML reports make it easy to drill into specific classes and methods to improve test quality. Teams can use ECobertura to meet and track code coverage goals over time.
Here are some alternatives to ECobertura:
Suggest an alternative ❐