7 stable releases

1.0.6 Jan 7, 2025
1.0.5 Jun 8, 2024
1.0.3 Feb 13, 2024
1.0.2 Sep 5, 2023
1.0.1 Nov 20, 2022

#1 in #lcov-coverage

Download history 28891/week @ 2024-12-03 32173/week @ 2024-12-10 29970/week @ 2024-12-17 18029/week @ 2024-12-24 20539/week @ 2024-12-31 26788/week @ 2025-01-07 24625/week @ 2025-01-14 28738/week @ 2025-01-21 32053/week @ 2025-01-28 33321/week @ 2025-02-04 27959/week @ 2025-02-11 28073/week @ 2025-02-18 29968/week @ 2025-02-25 32602/week @ 2025-03-04 32800/week @ 2025-03-11 27969/week @ 2025-03-18

128,852 downloads per month
Used in 15 crates (2 directly)

Apache-2.0

47KB
954 lines

lcov2cobertura

Library for converting lcov info files to cobertura XML format.

Main intention to be a library for cargo-llvm-cov. There is also a more performant standalone application replacing the Python based lcov-to-cobertura-xml see lcov2xml.

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
~78K SLoC