Skip to content

Latest commit

 

History

History
31 lines (19 loc) · 1.62 KB

README.md

File metadata and controls

31 lines (19 loc) · 1.62 KB

cobertool

cobertool is a simple utility for processing Cobertura code coverage reports. It can currently compute code coverage from multiple reports.

Why?

The Cobertura format is one of the most common code coverage report formats across different programming language ecosystems. However, the Cobertura tools are very Java-centric and infrequently updated. It's somewhat cumbersome to merge coverage reports or generate HTML reports from Cobertura reports exported by coverage tools from different language ecosystems. cobertool was built to address these issues and make dealing with Cobertura reports as painless as possible.

Compatibility

Several "standard" coverage libraries for various languages have Cobertura output built in:

There are also several coverage format conversion tools:

License

MIT

Credits

Made by Ivan Malopinsky.