lcov-to-cobertura-xml icon indicating copy to clipboard operation
lcov-to-cobertura-xml copied to clipboard

Support multiple lcov files as input

Open 3v1n0 opened this issue 3 years ago • 1 comments

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

3v1n0 avatar Jul 20 '22 23:07 3v1n0

@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.

mike-kfed avatar Nov 18 '22 10:11 mike-kfed