{"categories":[{"label":"Testing","url":"https://skillfed.io/packages/category/software-development-testing/2"}],"enrichment":{"capability":"Uploads Python test coverage reports to coveralls.io, integrating with coverage.py to publish coverage metrics online.","skillfed_tags":["coverage-tracking","ci-cd-integration"],"use_cases":["Publish coverage reports from CI/CD pipelines to track test coverage trends over time.","Integrate coverage metrics into pull request checks to enforce minimum coverage thresholds.","Centralize coverage data from multiple test runs or branches in a single dashboard.","Generate coverage badges for README files to display test coverage status.","Monitor coverage regressions across different Python versions or implementations."],"what_it_does":"Coveralls is a Python client that publishes test coverage reports to the coveralls.io service. It wraps coverage.py output and sends it to coveralls.io's servers, allowing teams to track coverage metrics over time and across builds. The package integrates into typical test workflows: you run coverage.py to generate metrics, then invoke coveralls to upload them. It depends on coverage, requests, and typer.\n\nThe package is designed for CI/CD pipelines where coverage reports need to be centralized and visualized. It requires Python 3.10 or later and is actively maintained with no known security vulnerabilities. Installation is straightforward and install friction is low.","worth_installing":"Yes. Coveralls is actively maintained, has no known vulnerabilities, low install friction, and a permissive MIT license. It is the standard tool for publishing coverage to coveralls.io and integrates cleanly into existing coverage.py workflows. Install it if you use coveralls.io for coverage tracking."},"id":"coveralls","links":{"html":"https://skillfed.io/packages/coveralls","md":"https://skillfed.io/packages/coveralls.md","pypi":"https://pypi.org/project/coveralls/"},"maintenance":{"status":"active"},"meta":{"latest_release":"2026-02-28","license_spdx":null,"license_treatment":"permissive","name":"coveralls","python_support":"supports_current","summary":"Show coverage stats online via coveralls.io"},"popularity":{"monthly_downloads":1210220,"position":4215,"tier":"top_5000"},"security":{"n_vulnerabilities":0},"version":"4.1.0"}
