coveralls-python
coveralls-python copied to clipboard
Show coverage stats online via coveralls.io
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...
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` |  |...
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`...
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` |  |...
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` |  |...
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...
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`...
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...