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

#695 in Parser implementations

Download history 43501/week @ 2025-07-24 45380/week @ 2025-07-31 42119/week @ 2025-08-07 39783/week @ 2025-08-14 41544/week @ 2025-08-21 38765/week @ 2025-08-28 43171/week @ 2025-09-04 47184/week @ 2025-09-11 43778/week @ 2025-09-18 52191/week @ 2025-09-25 46327/week @ 2025-10-02 45121/week @ 2025-10-09 49081/week @ 2025-10-16 52093/week @ 2025-10-23 49315/week @ 2025-10-30 47035/week @ 2025-11-06

206,426 downloads per month
Used in 22 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