Skip to content

Bump coverage from 7.15.0 to 7.15.1#13158

Merged
github-actions[bot] merged 1 commit into
3.15from
dependabot/pip/3.15/coverage-7.15.1
Jul 16, 2026
Merged

Bump coverage from 7.15.0 to 7.15.1#13158
github-actions[bot] merged 1 commit into
3.15from
dependabot/pip/3.15/coverage-7.15.1

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jul 16, 2026

Copy link
Copy Markdown
Contributor

Bumps coverage from 7.15.0 to 7.15.1.

Release notes

Sourced from coverage's releases.

7.15.1

Version 7.15.1 — 2026-07-12

  • Fix: in the HTML report with show_contexts enabled, a context label containing </script> (for example a parametrized pytest node id) could close the inline <script> element in a file page early, injecting markup. Context labels are now fully escaped. Thanks, Rajath Mohare.
  • A number of performance improvements thanks to Paul Kehrer, in pull requests 2213, 2214, 2215, 2216, 2218, 2220, and 2221.

➡️  PyPI page: coverage 7.15.1. :arrow_right:  To install: python3 -m pip install coverage==7.15.1

Changelog

Sourced from coverage's changelog.

Version 7.15.1 — 2026-07-12

  • Fix: in the HTML report with show_contexts enabled, a context label containing </script> (for example a parametrized pytest node id) could close 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_>, and 2221 <pull 2221_>_.

.. _pull 2213: coveragepy/coveragepy#2213 .. _pull 2214: coveragepy/coveragepy#2214 .. _pull 2215: coveragepy/coveragepy#2215 .. _pull 2216: coveragepy/coveragepy#2216 .. _pull 2218: coveragepy/coveragepy#2218 .. _pull 2220: coveragepy/coveragepy#2220 .. _pull 2221: coveragepy/coveragepy#2221 .. _pull 2224: coveragepy/coveragepy#2224

.. _changes_7-15-0:

Commits
  • da63bed docs: sample HTML for 7.15.1
  • bc35e64 docs: prep for 7.15.1
  • 182b010 perf: resolve sysmon branch events lazily, one pair at a time (#2221)
  • ee271ee perf: compute multiline maps cheaply in the sysmon core (#2220)
  • 1441b96 chore: bump the action-dependencies group with 6 updates (#2225)
  • dd80635 fix: escape context labels in html report inline script block (#2224)
  • 7c3ae71 docs: normalize earlier history order (#2222)
  • 088dc60 chore: make upgrade
  • f7e15a8 test: upload .json and .xml coverage reports
  • 3b62112 docs: thanks, Paul Kehrer
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [coverage](https://github.com/coveragepy/coveragepy) from 7.15.0 to 7.15.1.
- [Release notes](https://github.com/coveragepy/coveragepy/releases)
- [Changelog](https://github.com/coveragepy/coveragepy/blob/main/CHANGES.rst)
- [Commits](coveragepy/coveragepy@7.15.0...7.15.1)

---
updated-dependencies:
- dependency-name: coverage
  dependency-version: 7.15.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added the dependencies Pull requests that update a dependency file label Jul 16, 2026
@dependabot
dependabot Bot requested review from asvetlov and webknjaz as code owners July 16, 2026 10:48
@dependabot dependabot Bot added the dependencies Pull requests that update a dependency file label Jul 16, 2026
@github-actions
github-actions Bot enabled auto-merge (squash) July 16, 2026 10:50
@codecov

codecov Bot commented Jul 16, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 98.26%. Comparing base (5d8fa37) to head (6c54e07).
⚠️ Report is 1 commits behind head on 3.15.
✅ All tests successful. No failed tests found.

Additional details and impacted files
@@           Coverage Diff           @@
##             3.15   #13158   +/-   ##
=======================================
  Coverage   98.26%   98.26%           
=======================================
  Files         135      135           
  Lines       49144    49144           
  Branches     2656     2656           
=======================================
  Hits        48290    48290           
  Misses        675      675           
  Partials      179      179           
Flag Coverage Δ
CI-GHA 98.27% <ø> (ø)
OS-Linux 98.04% <ø> (ø)
OS-Windows 95.72% <ø> (+<0.01%) ⬆️
OS-macOS 97.22% <ø> (+<0.01%) ⬆️
Py-3.10 97.37% <ø> (-0.01%) ⬇️
Py-3.11 97.66% <ø> (-0.01%) ⬇️
Py-3.12 97.75% <ø> (ø)
Py-3.13 97.73% <ø> (+<0.01%) ⬆️
Py-3.14 97.83% <ø> (-0.01%) ⬇️
Py-3.14t 96.83% <ø> (+<0.01%) ⬆️
Py-pypy-3.11 96.69% <ø> (ø)
VM-macos 97.22% <ø> (+<0.01%) ⬆️
VM-ubuntu 98.04% <ø> (ø)
VM-windows 95.72% <ø> (+<0.01%) ⬆️
cython-coverage 38.43% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Harness.
📢 Have feedback on the report? Share it here.

@codspeed-hq

codspeed-hq Bot commented Jul 16, 2026

Copy link
Copy Markdown

Merging this PR will not alter performance

✅ 83 untouched benchmarks
⏩ 86 skipped benchmarks1


Comparing dependabot/pip/3.15/coverage-7.15.1 (6c54e07) with 3.15 (5d8fa37)

Open in CodSpeed

Footnotes

  1. 86 benchmarks were skipped, so the baseline results were used instead. If they were deleted from the codebase, click here and archive them to remove them from the performance reports.

@github-actions
github-actions Bot merged commit 8069270 into 3.15 Jul 16, 2026
47 checks passed
@github-actions
github-actions Bot deleted the dependabot/pip/3.15/coverage-7.15.1 branch July 16, 2026 11:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants