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

#403 in Parser implementations

Download history 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 32797/week @ 2025-03-11 34396/week @ 2025-03-18 35302/week @ 2025-03-25 32915/week @ 2025-04-01 39061/week @ 2025-04-08

148,684 downloads per month
Used in 16 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

Dependencies

~3.5–4.5MB
~79K SLoC