#coverage #gitlab #lcov #cobertura

lcov2cobertura

convert LCOV info file to cobertura XML format

2 stable releases

1.0.1 Nov 20, 2022
1.0.0 Nov 18, 2022

#1608 in Parser implementations

Download history 4762/week @ 2023-02-03 5054/week @ 2023-02-10 4639/week @ 2023-02-17 4621/week @ 2023-02-24 5136/week @ 2023-03-03 6831/week @ 2023-03-10 5901/week @ 2023-03-17 5511/week @ 2023-03-24 4484/week @ 2023-03-31 5031/week @ 2023-04-07 5394/week @ 2023-04-14 5767/week @ 2023-04-21 5096/week @ 2023-04-28 5278/week @ 2023-05-05 4558/week @ 2023-05-12 4150/week @ 2023-05-19

20,213 downloads per month
Used in 2 crates (via cargo-llvm-cov)

Apache-2.0

44KB
957 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

~3MB
~62K SLoC