{"categories":[{"label":"Testing","url":"https://skillfed.io/packages/category/software-development-testing/3"}],"enrichment":{"capability":"Generates SVG coverage badges from Coverage.py data files, displaying test coverage percentages in a visual format suitable for README files and CI/CD pipelines.","skillfed_tags":["coverage-reporting","ci-cd-integration","badge-generation"],"use_cases":["Display a live coverage percentage badge in a GitHub README to show project test coverage at a glance.","Automate badge generation in CI/CD pipelines after running test suites with Coverage.py.","Generate coverage badges for documentation sites or project dashboards that track code quality metrics.","Create visual indicators of coverage trends across multiple project branches or releases."],"what_it_does":"coverage-badge is a command-line tool that converts Coverage.py coverage data into an SVG badge graphic. It reads the .coverage file that Coverage.py generates and outputs a visual badge showing the coverage percentage, styled after shields.io templates. The tool is straightforward: run Coverage.py to collect metrics, then run coverage-badge to generate the badge SVG, either printing it to stdout or saving it to a file.\n\nThe package is in maintenance mode, meaning it receives occasional fixes but no new features. It depends on coverage and setuptools. For projects seeking richer badge support (test counts, flake8 reports, etc.), the maintainer recommends genbadge as an alternative. The badge itself uses color ranges to indicate coverage levels, with a plain-color mode available via command-line flag.","worth_installing":"Yes, if you use Coverage.py and want a simple, low-friction way to generate coverage badges for README files or CI/CD workflows. The tool is stable, actively maintained, and has no known vulnerabilities. Install it only if you need basic coverage badge generation; if you need richer badge types (test counts, linting reports), consider genbadge instead."},"id":"coverage-badge","links":{"html":"https://skillfed.io/packages/coverage-badge","md":"https://skillfed.io/packages/coverage-badge.md","pypi":"https://pypi.org/project/coverage-badge/"},"maintenance":{"status":"active"},"meta":{"latest_release":"2024-08-02","license_spdx":null,"license_treatment":"permissive","name":"coverage-badge","python_support":"unspecified","summary":"Generate coverage badges for Coverage.py."},"popularity":{"monthly_downloads":355388,"position":7290,"tier":"top_15000"},"security":{"n_vulnerabilities":0},"version":"1.1.2"}
