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

#607 in Parser implementations

Download history 16675/week @ 2024-09-24 15032/week @ 2024-10-01 14833/week @ 2024-10-08 16572/week @ 2024-10-15 16147/week @ 2024-10-22 13776/week @ 2024-10-29 18883/week @ 2024-11-05 27867/week @ 2024-11-12 29681/week @ 2024-11-19 20814/week @ 2024-11-26 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 22693/week @ 2025-01-07

96,575 downloads per month
Used in 11 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