4 stable releases

1.0.3 Feb 13, 2024
1.0.2 Sep 5, 2023
1.0.1 Nov 20, 2022
1.0.0 Nov 18, 2022

#515 in Parser implementations

Download history 7002/week @ 2024-01-18 6152/week @ 2024-01-25 6496/week @ 2024-02-01 6436/week @ 2024-02-08 7027/week @ 2024-02-15 7522/week @ 2024-02-22 6990/week @ 2024-02-29 8975/week @ 2024-03-07 7620/week @ 2024-03-14 6395/week @ 2024-03-21 6391/week @ 2024-03-28 8270/week @ 2024-04-04 7505/week @ 2024-04-11 8257/week @ 2024-04-18 7705/week @ 2024-04-25 7754/week @ 2024-05-02

32,645 downloads per month
Used in 7 crates (via cargo-llvm-cov)

Apache-2.0

47KB
954 lines

lcov2cobertura

converts lcov info files to cobertura XML

Idea is for this to be a library for cargo-llvm-cov but also a more performant standalone application replacing the Python based lcov-to-cobertura-xml

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