lcov2cobertura

Crates.iolcov2cobertura
lib.rslcov2cobertura
version1.0.5
sourcesrc
created_at2022-11-18 10:38:37.716693
updated_at2024-06-08 19:03:43.825341
descriptionconvert LCOV info file to cobertura XML format
homepage
repositoryhttps://github.com/mike-kfed/lcov2cobertura
max_upload_size
id717832
size46,681
Michael Kefeder (mike-kfed)

documentation

README

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
Commit count: 56

cargo fmt