eriwen / lcov-to-cobertura-xml

Converts lcov output to Cobertura-compatible XML for CI
https://eriwen.github.io/lcov-to-cobertura-xml/
Apache License 2.0
187 stars 73 forks source link

Support multiple lcov files as input #45

Open 3v1n0 opened 2 years ago

3v1n0 commented 2 years ago

In case we've subprojects generating multiple *.lcov files, it would be nice to aggregate them in a single coverage.xml file

mike-kfed commented 1 year ago

@3v1n0 I re-wrote this tool in Rust to integrate it with a rust code coverage tool. I also added your requested feature to my cmd-line implementation https://github.com/mike-kfed/lcov2cobertura/ it'd be great if you test it and give feedback via issues on my project.