coveralls-python icon indicating copy to clipboard operation
coveralls-python copied to clipboard

Show coverage stats online via coveralls.io

Results 70 coveralls-python issues
Sort by recently updated
recently updated
newest added

Python 3.13 has been released last week so add support for it so that early adopters can use it.

**Is your feature request related to a problem? Please describe.** Frequently enough to be frustrating, running `coveralls` fails in GitHub Actions due to an HTTP error. Retrying the Action run...

feature
in-review

I have reduced the cyclomatic complexity in three functions that were marked by Radon as too complex The changes include splitting long functions into smaller ones to improve readability removing...

This PR contains the following updates: | Package | Change | [Age](https://docs.renovatebot.com/merge-confidence/) | [Adoption](https://docs.renovatebot.com/merge-confidence/) | [Passing](https://docs.renovatebot.com/merge-confidence/) | [Confidence](https://docs.renovatebot.com/merge-confidence/) | |---|---|---|---|---|---| | [pyjson5](https://redirect.github.com/Kijewski/pyjson5) ([changelog](https://redirect.github.com/Kijewski/pyjson5/blob/main/CHANGELOG.md)) | `==1.6.9` -> `==2.0.0` | ![age](https://developer.mend.io/api/mc/badges/age/pypi/pyjson5/2.0.0?slim=true) |...

task

This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [pre-commit/pre-commit-hooks](https://redirect.github.com/pre-commit/pre-commit-hooks) | repository | major | `v4.6.0` -> `v6.0.0` | Note: The `pre-commit`...

task

This PR contains the following updates: | Package | Change | [Age](https://docs.renovatebot.com/merge-confidence/) | [Adoption](https://docs.renovatebot.com/merge-confidence/) | [Passing](https://docs.renovatebot.com/merge-confidence/) | [Confidence](https://docs.renovatebot.com/merge-confidence/) | |---|---|---|---|---|---| | [flake8-builtins](https://redirect.github.com/gforcada/flake8-builtins) ([changelog](https://redirect.github.com/gforcada/flake8-builtins/blob/main/CHANGES.rst)) | `==2.5.0` -> `==3.1.0` | ![age](https://developer.mend.io/api/mc/badges/age/pypi/flake8-builtins/3.1.0?slim=true) |...

task

This PR contains the following updates: | Package | Change | [Age](https://docs.renovatebot.com/merge-confidence/) | [Adoption](https://docs.renovatebot.com/merge-confidence/) | [Passing](https://docs.renovatebot.com/merge-confidence/) | [Confidence](https://docs.renovatebot.com/merge-confidence/) | |---|---|---|---|---|---| | [sphinx](https://redirect.github.com/sphinx-doc/sphinx) ([changelog](https://www.sphinx-doc.org/en/master/changes.html)) | `7.4.7` -> `9.0.1` | ![age](https://developer.mend.io/api/mc/badges/age/pypi/sphinx/9.0.1?slim=true) |...

task

This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [actions/setup-python](https://redirect.github.com/actions/setup-python) | action | major | `v5` -> `v6` | --- ### Release...

task

This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [asottile/add-trailing-comma](https://redirect.github.com/asottile/add-trailing-comma) | repository | major | `v3.2.0` -> `v4.0.0` | Note: The `pre-commit`...

task

https://github.com/TheKevJames/coveralls-python/blob/master/.github/workflows/build.yml gives OIDC privilege to transitive build deps. This has a risk of impersonation and privilege escalation in external systems. Here's the guide showing how to split the jobs following...