Update dependency coveralls to v4 - autoclosed #2

Closed
renovate-bot wants to merge 1 commit from renovate/coveralls-4.x into main
Collaborator

This PR contains the following updates:

Package Change Age Confidence
coveralls (changelog) ^3.0.0^4.0.0 age confidence

Release Notes

TheKevJames/coveralls-python (coveralls)

v4.0.2

Compare Source

Internal
  • update python support: drop EOL'd versions (3.8, 3.9), begin testing on new versions (3.13, 3.14), and mark explicit future compatibility up to <4.0

v4.0.1

Compare Source

Internal

v4.0.0

Compare Source

BREAKING CHANGES

When config.ignore_errors is Falsey, failures to parse Python files or
look up file sources will now interrupt and early exit collection, which
matches default coverage behaviour. Previously, we had manually muted
these errors and/or only errored after collecting multiple failures.

See the coverage.py docs for setting this option.

Features
  • support pyproject.toml packages by default (via coverage[toml]) (962e2242)
  • add python-coveralls entrypoint (3d8d56e4)
Bug Fixes
Internal
  • support coverage v7.0 - v7.4 (8fb36645)
  • support Python 3.11 and 3.12 (8dbce919)
  • fixup docs for tox v3 and v4 support (#​371) (05bb20d8) -- thanks @​masonf
  • drop support for Python3.7 and below
  • drop support for coverage v4.x (752f52a0)
  • auto-build and publish docker images
  • refactor: more closely match coverage public interface (#​421)

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Renovate Bot.

This PR contains the following updates: | Package | Change | [Age](https://docs.renovatebot.com/merge-confidence/) | [Confidence](https://docs.renovatebot.com/merge-confidence/) | |---|---|---|---| | [coveralls](https://github.com/TheKevJames/coveralls-python) ([changelog](https://github.com/TheKevJames/coveralls-python/blob/master/CHANGELOG.md)) | `^3.0.0` → `^4.0.0` | ![age](https://developer.mend.io/api/mc/badges/age/pypi/coveralls/4.0.2?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/pypi/coveralls/3.3.1/4.0.2?slim=true) | --- ### Release Notes <details> <summary>TheKevJames/coveralls-python (coveralls)</summary> ### [`v4.0.2`](https://github.com/TheKevJames/coveralls-python/blob/HEAD/CHANGELOG.md#402-2025-11-07) [Compare Source](https://github.com/TheKevJames/coveralls-python/compare/4.0.1...4.0.2) ##### Internal - update python support: drop EOL'd versions (3.8, 3.9), begin testing on new versions (3.13, 3.14), and mark explicit future compatibility up to <4.0 ### [`v4.0.1`](https://github.com/TheKevJames/coveralls-python/blob/HEAD/CHANGELOG.md#401-2024-05-15) [Compare Source](https://github.com/TheKevJames/coveralls-python/compare/4.0.0...4.0.1) ##### Internal - support `coverage` v7.5+ ([#&#8203;442](https://github.com/TheKevJames/coveralls-python/issues/442)) ([f41dca5](f41dca5)) - skip tests which require running in a git repo when `.git` is missing ([#&#8203;443](https://github.com/TheKevJames/coveralls-python/issues/443)) ([b566fc3](b566fc3)) ### [`v4.0.0`](https://github.com/TheKevJames/coveralls-python/blob/HEAD/CHANGELOG.md#400-2024-04-29) [Compare Source](https://github.com/TheKevJames/coveralls-python/compare/3.3.1...4.0.0) ##### BREAKING CHANGES When `config.ignore_errors` is Falsey, failures to parse Python files or look up file sources will now interrupt and early exit collection, which matches default `coverage` behaviour. Previously, we had manually muted these errors and/or only errored after collecting multiple failures. [See the coverage.py docs](https://coverage.readthedocs.io/en/7.5.1/config.html#report-ignore-errors) for setting this option. ##### Features - support `pyproject.toml` packages by default (via `coverage[toml]`) ([962e2242](962e2242)) - add `python-coveralls` entrypoint ([3d8d56e4](3d8d56e4)) ##### Bug Fixes - fixup default support for Github Actions ([#&#8203;427](https://github.com/TheKevJames/coveralls-python/issues/427), [#&#8203;385](https://github.com/TheKevJames/coveralls-python/issues/385)) ([44e95634](44e95634)) -- thanks [@&#8203;andy-maier](https://github.com/andy-maier) - fail and report on *all* errors, not just those derived from `CoverallsException` ([be446287](be446287)) ##### Internal - support `coverage` v7.0 - v7.4 ([8fb36645](8fb36645)) - support Python 3.11 and 3.12 ([8dbce919](8dbce919)) - fixup docs for tox v3 and v4 support ([#&#8203;371](https://github.com/TheKevJames/coveralls-python/issues/371)) ([05bb20d8](05bb20d8)) -- thanks [@&#8203;masonf](https://github.com/masonf) - drop support for Python3.7 and below - drop support for `coverage` v4.x ([752f52a0](752f52a0)) - auto-build and publish `docker` images - refactor: more closely match `coverage` public interface ([#&#8203;421](https://github.com/TheKevJames/coveralls-python/issues/421)) </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My40LjAiLCJ1cGRhdGVkSW5WZXIiOiI0My40LjAiLCJ0YXJnZXRCcmFuY2giOiJtYWluIiwibGFiZWxzIjpbXX0=-->
renovate-bot changed title from Update dependency coveralls to v4 to Update dependency coveralls to v4 - autoclosed 2026-02-06 21:11:51 +00:00
renovate-bot closed this pull request 2026-02-06 21:11:51 +00:00

Pull request closed

Sign in to join this conversation.
No reviewers
No labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
exu/configs!2
No description provided.