Update dependency coverage to >=7.14.0 #505

Merged
tobru merged 1 commit from renovate/coverage-7.x into main 2026-05-11 07:35:32 +00:00
Member

This PR contains the following updates:

Package Change Age Confidence
coverage >=7.13.5>=7.14.0 age confidence

Release Notes

coveragepy/coveragepy (coverage)

v7.14.0

Compare Source

  • Feature: now when running one of the reporting commands, if there are
    parallel data files that need combining, they will be implicitly combined
    before creating the report. There is no option to avoid the combination; let
    us know if you have a use case that requires it. Thanks, Tim Hatch <pull 2162_>. Closes issue 1781.

  • Fix: the output from combine was too verbose, listing each file
    considered. Now it shows a single line with the counts of files combined,
    files skipped, and files with errors. The -q flag suppresses this line.
    The old detailed lines are available with the new --debug=combine option.

  • Fix: running a Python file through a symlink now sets the sys.path correctly,
    matching regular Python behavior. Fixes issue 2157_.

  • Fix: Collector.flush_data could fail with "RuntimeError: Set changed
    size during iteration" when a tracer in another thread added a line to the
    per-file set that add_lines (or add_arcs) was iterating. The values
    passed to CoverageData are now snapshotted via dict.copy() and
    set.copy(), which are atomic under the GIL. Thanks, Alex Vandiver <pull 2165_>_.

  • Fix: the soft keyword lazy is now bolded in HTML reports.

  • We are no longer testing eventlet support. Eventlet started issuing stern
    deprecation warnings that break our tests. Our support code is still there.

.. _issue 1781: #​1781
.. _issue 2157: #​2157
.. _pull 2162: #​2162
.. _pull 2165: #​2165

.. _changes_7-13-5:


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/) | |---|---|---|---| | [coverage](https://github.com/coveragepy/coveragepy) | `>=7.13.5` → `>=7.14.0` | ![age](https://developer.mend.io/api/mc/badges/age/pypi/coverage/7.14.0?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/pypi/coverage/7.13.5/7.14.0?slim=true) | --- ### Release Notes <details> <summary>coveragepy/coveragepy (coverage)</summary> ### [`v7.14.0`](https://github.com/coveragepy/coveragepy/blob/HEAD/CHANGES.rst#Version-7140--2026-05-10) [Compare Source](https://github.com/coveragepy/coveragepy/compare/7.13.5...7.14.0) - Feature: now when running one of the reporting commands, if there are parallel data files that need combining, they will be implicitly combined before creating the report. There is no option to avoid the combination; let us know if you have a use case that requires it. Thanks, `Tim Hatch <pull 2162_>`*. Closes `issue 1781`*. - Fix: the output from `combine` was too verbose, listing each file considered. Now it shows a single line with the counts of files combined, files skipped, and files with errors. The `-q` flag suppresses this line. The old detailed lines are available with the new `--debug=combine` option. - Fix: running a Python file through a symlink now sets the sys.path correctly, matching regular Python behavior. Fixes `issue 2157`\_. - Fix: `Collector.flush_data` could fail with "RuntimeError: Set changed size during iteration" when a tracer in another thread added a line to the per-file set that `add_lines` (or `add_arcs`) was iterating. The values passed to `CoverageData` are now snapshotted via `dict.copy()` and `set.copy()`, which are atomic under the GIL. Thanks, `Alex Vandiver <pull 2165_>`\_. - Fix: the soft keyword `lazy` is now bolded in HTML reports. - We are no longer testing eventlet support. Eventlet started issuing stern deprecation warnings that break our tests. Our support code is still there. .. \_issue 1781: [#&#8203;1781](https://github.com/coveragepy/coveragepy/issues/1781) .. \_issue 2157: [#&#8203;2157](https://github.com/coveragepy/coveragepy/issues/2157) .. \_pull 2162: [#&#8203;2162](https://github.com/coveragepy/coveragepy/pull/2162) .. \_pull 2165: [#&#8203;2165](https://github.com/coveragepy/coveragepy/pull/2165) .. \_changes\_7-13-5: </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:eyJjcmVhdGVkSW5WZXIiOiI0My4yLjEiLCJ1cGRhdGVkSW5WZXIiOiI0My4yLjEiLCJ0YXJnZXRCcmFuY2giOiJtYWluIiwibGFiZWxzIjpbImRlcGVuZGVuY2llcyJdfQ==-->
Update dependency coverage to >=7.14.0
All checks were successful
Tests / test (push) Successful in 47s
dcb8d4ed7f
tobru merged commit da68487cd7 into main 2026-05-11 07:35:32 +00:00
tobru deleted branch renovate/coverage-7.x 2026-05-11 07:35:33 +00:00
Sign in to join this conversation.
No description provided.