chore(deps): update dependency coverage to >=7.15.3 #620

Open
renovate wants to merge 1 commit from renovate/coverage-7.x into main
Member

This PR contains the following updates:

Package Change Age Confidence
coverage >=7.15.1>=7.15.3 age confidence

Release Notes

coveragepy/coveragepy (coverage)

v7.15.3

Compare Source

  • Fix: the sysmon core is incompatible with dynamic contexts. Previously, the
    combination would be prevented when read from the coverage.py configuration.
    But using the context API as pytest-cov does, contexts would be silently
    dropped. Now a warning is issued, thanks to Jisang Han <pull 2234_>.
    Closes issue 2200
    .

  • A performance improvement in the low-level line number bookkeeping when
    combining data files, thanks to Kevin Turcios <pull 2239_>_.

  • Performance improvement in HTML reporting by reducing the number of times
    files have to be parsed, thanks to Kevin Turcios <pull 2240_>_.

.. _issue 2200: #​2200
.. _pull 2234: #​2234
.. _pull 2239: #​2239
.. _pull 2240: #​2240

.. _changes_7-15-2:

v7.15.2

Compare Source

  • Fix: one of the performance improvements in 7.15.1 (pull 2215) dramatically
    increased memory use during reporting for large projects. Now we use a
    different approach that is both faster and slimmer than 7.15.0. Fixes issue 2229_.

.. _issue 2229: #​2229

.. _changes_7-15-1:


Configuration

📅 Schedule: (UTC)

  • 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 Mend Renovate.

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.15.1` → `>=7.15.3` | ![age](https://developer.mend.io/api/mc/badges/age/pypi/coverage/7.15.3?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/pypi/coverage/7.15.1/7.15.3?slim=true) | --- ### Release Notes <details> <summary>coveragepy/coveragepy (coverage)</summary> ### [`v7.15.3`](https://github.com/coveragepy/coveragepy/blob/HEAD/CHANGES.rst#Version-7153--2026-08-02) [Compare Source](https://github.com/coveragepy/coveragepy/compare/7.15.2...7.15.3) - Fix: the sysmon core is incompatible with dynamic contexts. Previously, the combination would be prevented when read from the coverage.py configuration. But using the context API as pytest-cov does, contexts would be silently dropped. Now a warning is issued, thanks to `Jisang Han <pull 2234_>`*. Closes `issue 2200`*. - A performance improvement in the low-level line number bookkeeping when combining data files, thanks to `Kevin Turcios <pull 2239_>`\_. - Performance improvement in HTML reporting by reducing the number of times files have to be parsed, thanks to `Kevin Turcios <pull 2240_>`\_. .. \_issue 2200: [#&#8203;2200](https://github.com/coveragepy/coveragepy/issues/2200) .. \_pull 2234: [#&#8203;2234](https://github.com/coveragepy/coveragepy/pull/2234) .. \_pull 2239: [#&#8203;2239](https://github.com/coveragepy/coveragepy/pull/2239) .. \_pull 2240: [#&#8203;2240](https://github.com/coveragepy/coveragepy/pull/2240) .. \_changes\_7-15-2: ### [`v7.15.2`](https://github.com/coveragepy/coveragepy/blob/HEAD/CHANGES.rst#Version-7152--2026-07-15) [Compare Source](https://github.com/coveragepy/coveragepy/compare/7.15.1...7.15.2) - Fix: one of the performance improvements in 7.15.1 (pull 2215) dramatically increased memory use during reporting for large projects. Now we use a different approach that is both faster and slimmer than 7.15.0. Fixes `issue 2229`\_. .. \_issue 2229: [#&#8203;2229](https://github.com/coveragepy/coveragepy/issues/2229) .. \_changes\_7-15-1: </details> --- ### Configuration 📅 **Schedule**: (UTC) - 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 [Mend Renovate](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My4yNTYuMCIsInVwZGF0ZWRJblZlciI6IjQzLjI4OC4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJkZXBlbmRlbmNpZXMiXX0=-->
chore(deps): update dependency coverage to >=7.15.2
All checks were successful
Tests / test (push) Successful in 1m11s
1940737a49
renovate force-pushed renovate/coverage-7.x from 1940737a49
All checks were successful
Tests / test (push) Successful in 1m11s
to 403d9b08ac
Some checks failed
Tests / test (push) Failing after 1m8s
2026-08-03 03:01:18 +00:00
Compare
renovate changed title from chore(deps): update dependency coverage to >=7.15.2 to chore(deps): update dependency coverage to >=7.15.3 2026-08-03 03:01:21 +00:00
Some checks failed
Tests / test (push) Failing after 1m8s
This pull request can be merged automatically.
You are not authorized to merge this pull request.
View command line instructions

Checkout

From your project repository, check out a new branch and test the changes.
git fetch -u origin renovate/coverage-7.x:renovate/coverage-7.x
git switch renovate/coverage-7.x

Merge

Merge the changes and update on Forgejo.

Warning: The "Autodetect manual merge" setting is not enabled for this repository, you will have to mark this pull request as manually merged afterwards.

git switch main
git merge --no-ff renovate/coverage-7.x
git switch renovate/coverage-7.x
git rebase main
git switch main
git merge --ff-only renovate/coverage-7.x
git switch renovate/coverage-7.x
git rebase main
git switch main
git merge --no-ff renovate/coverage-7.x
git switch main
git merge --squash renovate/coverage-7.x
git switch main
git merge --ff-only renovate/coverage-7.x
git switch main
git merge renovate/coverage-7.x
git push origin main
Sign in to join this conversation.
No description provided.