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

#529 in Parser implementations

Download history 5689/week @ 2024-01-05 7504/week @ 2024-01-12 6522/week @ 2024-01-19 5953/week @ 2024-01-26 6367/week @ 2024-02-02 6529/week @ 2024-02-09 7345/week @ 2024-02-16 7507/week @ 2024-02-23 7021/week @ 2024-03-01 8882/week @ 2024-03-08 7629/week @ 2024-03-15 6086/week @ 2024-03-22 6791/week @ 2024-03-29 8161/week @ 2024-04-05 7780/week @ 2024-04-12 6632/week @ 2024-04-19

30,417 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
~79K SLoC