6 stable releases
1.0.5 | Jun 8, 2024 |
---|---|
1.0.4 | Jun 7, 2024 |
1.0.3 | Feb 13, 2024 |
1.0.2 | Sep 5, 2023 |
1.0.1 | Nov 20, 2022 |
#2 in #lcov
80,565 downloads per month
Used in 11 crates
(via cargo-llvm-cov)
47KB
954 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
~3.5–4.5MB
~79K SLoC