{"categories":[{"label":"Libraries","url":"https://skillfed.io/packages/category/software-development-libraries/9"},{"label":"WWW/HTTP","url":"https://skillfed.io/packages/category/internet-www-http/6"}],"enrichment":{"capability":"Uploads Python code coverage reports to coveralls.io, integrating coverage data with the Coveralls service for tracking test coverage over time.","skillfed_tags":["coverage-reporting","ci-integration","abandoned"],"use_cases":["Integrate code coverage reports into Travis CI or other CI systems by running coveralls after test suite completion.","Track coverage trends over time on coveralls.io for pull request reviews and project health monitoring.","Merge coverage data from parallel CI builds using the merge_file option to combine JavaScript and Python coverage.","Configure coverage reporting for projects not using Travis by setting repo_token and service_name in .coveralls.yml."],"what_it_does":"python-coveralls is a command-line tool that sends code coverage reports from your local test runs to coveralls.io, a web service for tracking and visualizing test coverage trends. It reads coverage data from a .coverage file (generated by coverage, pytest-cov, or similar tools) and uploads it to Coveralls, where it integrates with CI/CD pipelines\u2014particularly Travis CI\u2014to comment on pull requests and track coverage over time.\n\nThe package is configured via a .coveralls.yml file at your repository root (specifying repo_token and service_name) or environment variables, and is typically invoked as a post-test step in CI. It has no runtime dependencies and installs cleanly, but development stopped in 2019 and the last commit was in early 2020, so it receives no updates or maintenance.","worth_installing":"Yes, if you are actively using coveralls.io and need to upload coverage from a Python project\u2014it remains functional for that narrow purpose. However, be aware the package is unmaintained since 2019 and will not receive updates for API changes or Python version support. If you are starting a new project, verify that coveralls.io has not released native tooling or that a maintained alternative does not better suit your CI platform."},"id":"python-coveralls","links":{"html":"https://skillfed.io/packages/python-coveralls","md":"https://skillfed.io/packages/python-coveralls.md","pypi":"https://pypi.org/project/python-coveralls/"},"maintenance":{"status":"abandoned"},"meta":{"latest_release":"2019-08-01","license_spdx":null,"license_treatment":"permissive","name":"python-coveralls","python_support":"unspecified","summary":"Python interface to coveralls.io API\n"},"popularity":{"monthly_downloads":132275,"position":11558,"tier":"top_15000"},"security":{"n_vulnerabilities":0},"version":"2.9.3"}
