Update dependency coverage to v7.15.3 - #50
Open
renovate[bot] wants to merge 1 commit into
Open
Conversation
renovate
Bot
force-pushed
the
renovate/coverage-7.x
branch
from
February 3, 2026 23:01
e95f760 to
0fffb6d
Compare
renovate
Bot
force-pushed
the
renovate/coverage-7.x
branch
from
February 9, 2026 15:49
0fffb6d to
c647db8
Compare
renovate
Bot
force-pushed
the
renovate/coverage-7.x
branch
from
March 14, 2026 10:15
c647db8 to
2f0b23a
Compare
renovate
Bot
force-pushed
the
renovate/coverage-7.x
branch
from
March 17, 2026 17:32
2f0b23a to
399e10a
Compare
renovate
Bot
force-pushed
the
renovate/coverage-7.x
branch
from
March 27, 2026 15:44
399e10a to
0aca4d8
Compare
renovate
Bot
force-pushed
the
renovate/coverage-7.x
branch
2 times, most recently
from
May 18, 2026 14:07
bfa9d95 to
6c961f7
Compare
renovate
Bot
force-pushed
the
renovate/coverage-7.x
branch
from
May 27, 2026 14:28
6c961f7 to
0bc7d9f
Compare
renovate
Bot
force-pushed
the
renovate/coverage-7.x
branch
from
June 21, 2026 03:57
0bc7d9f to
7beaa61
Compare
renovate
Bot
force-pushed
the
renovate/coverage-7.x
branch
from
June 24, 2026 07:58
7beaa61 to
b6c71d3
Compare
renovate
Bot
force-pushed
the
renovate/coverage-7.x
branch
from
July 4, 2026 03:54
b6c71d3 to
9890a29
Compare
renovate
Bot
force-pushed
the
renovate/coverage-7.x
branch
from
July 16, 2026 03:52
9890a29 to
3558bfc
Compare
renovate
Bot
force-pushed
the
renovate/coverage-7.x
branch
from
July 28, 2026 18:51
3558bfc to
512269a
Compare
renovate
Bot
force-pushed
the
renovate/coverage-7.x
branch
from
August 2, 2026 23:32
512269a to
4b6c32a
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
==7.15.0→==7.15.3Release Notes
coveragepy/coveragepy (coverage)
v7.15.3Compare 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.2Compare Source
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:
v7.15.1Compare Source
Fix: in the HTML report with
show_contextsenabled, a context labelcontaining
</script>(for example a parametrized pytest node id) couldclose the inline
<script>element in a file page early, injecting markup.Context labels are now fully escaped. Thanks,
Rajath Mohare <pull 2224_>_.A number of performance improvements thanks to Paul Kehrer, in pull requests
2213 <pull 2213_>,2214 <pull 2214_>,2215 <pull 2215_>,2216 <pull 2216_>,2218 <pull 2218_>,2220 <pull 2220_>, and2221 <pull 2221_>_... _pull 2213: #2213
.. _pull 2214: #2214
.. _pull 2215: #2215
.. _pull 2216: #2216
.. _pull 2218: #2218
.. _pull 2220: #2220
.. _pull 2221: #2221
.. _pull 2224: #2224
.. _changes_7-15-0:
Configuration
📅 Schedule: (UTC)
🚦 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.
This PR was generated by Mend Renovate. View the repository job log.