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

#410 in Parser implementations

Download history 18940/week @ 2024-12-27 27284/week @ 2025-01-03 27202/week @ 2025-01-10 24562/week @ 2025-01-17 31146/week @ 2025-01-24 33619/week @ 2025-01-31 31599/week @ 2025-02-07 25255/week @ 2025-02-14 29182/week @ 2025-02-21 32859/week @ 2025-02-28 31547/week @ 2025-03-07 34795/week @ 2025-03-14 35120/week @ 2025-03-21 33197/week @ 2025-03-28 35849/week @ 2025-04-04 39000/week @ 2025-04-11

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