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

#390 in Parser implementations

Download history 14914/week @ 2024-10-09 16474/week @ 2024-10-16 15872/week @ 2024-10-23 14004/week @ 2024-10-30 21206/week @ 2024-11-06 29727/week @ 2024-11-13 27926/week @ 2024-11-20 21068/week @ 2024-11-27 29444/week @ 2024-12-04 31668/week @ 2024-12-11 27935/week @ 2024-12-18 18346/week @ 2024-12-25 22696/week @ 2025-01-01 26056/week @ 2025-01-08 24675/week @ 2025-01-15 23729/week @ 2025-01-22

100,873 downloads per month
Used in 14 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
~79K SLoC