2 stable releases
1.0.1 | Nov 20, 2022 |
---|---|
1.0.0 | Nov 18, 2022 |
#1608 in Parser implementations
20,213 downloads per month
Used in 2 crates
(via cargo-llvm-cov)
44KB
957 lines
lcov2cobertura
converts lcov info files to cobertura XML
Idea is for this to be a library for cargo-llvm-cov but also a more performant standalone application replacing the Python based lcov-to-cobertura-xml
Features
- can demangle C++ names
- can demangle rustc names
- merges multiple lcov reports into one
- optionally writes many cobertura XML files
lib.rs
:
Library to convert lcov data to cobertura XML files
Dependencies
~3MB
~62K SLoC