Skip to content

💯 Coverage stats from Cobertura reports

License

Notifications You must be signed in to change notification settings

imsky/cobertool

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.