{"categories":[{"label":"Testing","url":"https://skillfed.io/packages/category/software-development-testing/2"},{"label":"Quality Assurance","url":"https://skillfed.io/packages/category/software-development-quality-assurance"}],"enrichment":{"capability":"Converts code coverage reports from lcov format to Cobertura XML format, enabling CI servers to aggregate and analyze coverage metrics across packages, classes, functions, and individual lines.","skillfed_tags":["coverage-reporting","ci-integration","build-tools"],"use_cases":["Convert lcov reports to Cobertura XML for CI server integration and build stability tracking","Aggregate coverage metrics from multiple test runs into a single standardized format","Filter and exclude test packages from coverage reports before submitting to CI systems","Demangle C++ function names in coverage reports for more readable dashboards","Integrate coverage conversion into build scripts without adding heavy external dependencies"],"what_it_does":"lcov_cobertura is a format converter that reads code coverage data in lcov format and transforms it into Cobertura XML format. It preserves coverage metrics at multiple levels: package/folder, class/file, function, and individual line and branch coverage.\n\nYou can use it as a command-line tool to batch-convert coverage files, or import it as a Python module to integrate coverage transformation into your build pipeline. It supports filtering packages by regex, specifying custom source directories, and optionally demangling C++ function names. The package supports Python 3.8+.","worth_installing":"Yes, if you use lcov-based coverage tools and need to feed results into a system that expects Cobertura XML. The package is lightweight, stable, and has no security vulnerabilities. The 538-day gap since last release is not a concern given the narrow, stable scope of format conversion."},"id":"lcov-cobertura","links":{"html":"https://skillfed.io/packages/lcov-cobertura","md":"https://skillfed.io/packages/lcov-cobertura.md","pypi":"https://pypi.org/project/lcov-cobertura/"},"maintenance":{"status":"aging"},"meta":{"latest_release":"2025-02-22","license_spdx":null,"license_treatment":"permissive","name":"lcov-cobertura","python_support":"supports_current","summary":"LCOV to Cobertura XML converter"},"popularity":{"monthly_downloads":1139728,"position":4308,"tier":"top_5000"},"security":{"n_vulnerabilities":0},"version":"2.1.1"}
