coveralls
Show coverage stats online via coveralls.io
What it is and 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.
The 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.
Use it for:
- 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.
Worth the install?
AI-flagged interpretation of the facts on this page — verify before relying
Uploads Python test coverage reports to coveralls.io, integrating with coverage.py to publish coverage metrics online.
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.
Install
coveralls on PyPI
pip
pip install coverallsuv
uv add coverallspoetry
poetry add coverallsInstalling coveralls
Before you install
Low install friction with a pure-Python wheel distribution. Actively maintained with a recent release and no known vulnerabilities.
License in practice
MIT license permits unrestricted use, modification, and distribution in both open and closed projects with minimal attribution requirements.
Quickstart
pip install coveralls
coverage run --source=mypkg -m pytest tests/
coveralls
Requires Python 3.10 or later; requires coverage.py to be installed and a coverage data file to exist.
Verify before relying
- Whether the package works with all CI/CD platforms or has platform-specific limitations.
- Whether authentication tokens or environment variables are required for coveralls.io integration.
Package facts
| License | MIT (permissive) |
| Python support | supports the current Python release (<4.0,>=3.10) |
| Install friction | low — pure-Python wheel |
| Runtime dependencies | 3 — coverage, requests, typer |
| Maintenance | actively maintained — 167 days since the last release |
| Last repo commit | |
| First released | |
| Downloads | 1,210,220/month — #4,215 on PyPI (30-day window, as of 2026-08-14) |
| Known vulnerabilities | none known (OSV.dev, checked 2026-08-14) |
Evidence: coveralls-4.1.0-py3-none-any.whl
Tags
More Testing packages
Pluggy provides a plugin system that lets you…
permissive · top 100 on PyPI
pytestpytest is a testing framework that lets you…
permissive · top 100 on PyPI
virtualenvvirtualenv creates isolated Python environments…
permissive · top 100 on PyPI
coverageCoverage.py measures which lines of Python code…
permissive · top 1,000 on PyPI
pytest-asynciopytest-asyncio is a pytest plugin that enables…
permissive · top 1,000 on PyPI
pytest-json-ctrfA pytest plugin that generates test reports in…
permissive · top 1,000 on PyPI
python-coverallsUploads Python code coverage reports to…
permissive · top 15,000 on PyPI
django-coverage-pluginA coverage.py plugin that measures test…
permissive · top 5,000 on PyPI
coverage-badgeGenerates SVG coverage badges from Coverage.py…
permissive · top 15,000 on PyPI
hatchHatch is a modern Python project manager that…
permissive · top 1,000 on PyPI
python-jwtGenerates and verifies JSON Web Tokens (JWTs)…
permissive · top 15,000 on PyPI
coverage_enable_subprocessInstalls a .pth file that automatically enables…
permissive · top 15,000 on PyPI
codecovUploads Python code coverage reports to…
permissive · top 5,000 on PyPI
junit-xml-2Generates JUnit XML test result reports from…
permissive · top 15,000 on PyPI
mockmock provides a backport of Python's standard…
permissive · top 1,000 on PyPI