Skip to content

Bump coverage from 7.13.4 to 7.14.1#12707

Open
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/pip/coverage-7.14.1
Open

Bump coverage from 7.13.4 to 7.14.1#12707
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/pip/coverage-7.14.1

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github May 27, 2026

Bumps coverage from 7.13.4 to 7.14.1.

Changelog

Sourced from coverage's changelog.

Version 7.14.1 — 2026-05-26

  • Fix: the HTML report used typographic niceties to make file paths more readable by adding a small amount of space around slashes. Those spaces interfered with searching the page for file paths of interest. Now the report uses CSS to accomplish the same visual tweak so that searches with slashes work correctly. Closes issue 2170_.

  • Add a 3.16 PyPI classifier <hugo-316_>_ since we test on the 3.16 main branch.

.. _issue 2170: coveragepy/coveragepy#2170 .. _hugo-316: https://mastodon.social/@​hugovk/116588523571204490

.. _changes_7-14-0:

Version 7.14.0 — 2026-05-10

  • 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: coveragepy/coveragepy#1781 .. _issue 2157: coveragepy/coveragepy#2157 .. _pull 2162: coveragepy/coveragepy#2162

... (truncated)

Commits
  • 64d9b66 docs: correct the date for 7.14.1
  • 6fa7dd4 chore: bump actions/dependency-review-action (#2181)
  • 078afae docs: sample HTML for 7.14.1
  • cb4f028 docs: prep for 7.14.1
  • ae2d09f Merge branch 'nedbat/classifire-316-kits'
  • 2c3568b build: declare 3.16 compatibility
  • faa68f8 chore: bump github/codeql-action in the action-dependencies group (#2173)
  • eb55fee test: we don't need PyPy < 7.3.22 anymore
  • ac168fe test: the text summary should show missing
  • fed4bd2 chore: upgrade virtualenv
  • Additional commits viewable in compare view

@dependabot dependabot Bot added the dependencies Pull requests that update a dependency file label May 27, 2026
@dependabot dependabot Bot requested review from asvetlov and webknjaz as code owners May 27, 2026 12:40
@codspeed-hq
Copy link
Copy Markdown

codspeed-hq Bot commented May 27, 2026

Merging this PR will not alter performance

✅ 72 untouched benchmarks
⏩ 72 skipped benchmarks1


Comparing dependabot/pip/coverage-7.14.1 (7abb5e3) with master (bc504da)

Open in CodSpeed

Footnotes

  1. 72 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.

@codecov
Copy link
Copy Markdown

codecov Bot commented May 27, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 98.92%. Comparing base (bc504da) to head (7abb5e3).
✅ All tests successful. No failed tests found.

Additional details and impacted files
@@            Coverage Diff             @@
##           master   #12707      +/-   ##
==========================================
+ Coverage   98.89%   98.92%   +0.02%     
==========================================
  Files         131      131              
  Lines       46790    46790              
  Branches     2425     2425              
==========================================
+ Hits        46275    46285      +10     
+ Misses        387      379       -8     
+ Partials      128      126       -2     
Flag Coverage Δ
Autobahn 22.47% <ø> (ø)
CI-GHA 98.88% <ø> (+0.01%) ⬆️
OS-Linux 98.64% <ø> (+0.01%) ⬆️
OS-Windows 97.01% <ø> (+0.09%) ⬆️
OS-macOS 97.90% <ø> (-0.01%) ⬇️
Py-3.10 98.12% <ø> (+<0.01%) ⬆️
Py-3.11 98.37% <ø> (-0.01%) ⬇️
Py-3.12 98.46% <ø> (+0.71%) ⬆️
Py-3.13 98.44% <ø> (+0.64%) ⬆️
Py-3.14 98.46% <ø> (+0.20%) ⬆️
Py-3.14t 97.52% <ø> (-0.01%) ⬇️
Py-pypy-3.11 97.38% <ø> (?)
VM-macos 97.90% <ø> (-0.01%) ⬇️
VM-ubuntu 98.64% <ø> (+0.01%) ⬆️
VM-windows 97.01% <ø> (+0.09%) ⬆️
cython-coverage 37.92% <ø> (ø)

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

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

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

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot changed the title Bump coverage from 7.14.0 to 7.14.1 Bump coverage from 7.13.4 to 7.14.1 May 29, 2026
@dependabot dependabot Bot force-pushed the dependabot/pip/coverage-7.14.1 branch from 01dae74 to 7abb5e3 Compare May 29, 2026 02:38
@github-actions github-actions Bot enabled auto-merge (squash) May 29, 2026 02:38
Comment on lines -154 to -156

# The following packages are considered to be unsafe in a requirements file:
# aiohttp
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@timrid Did you manually add this? Seems to break the pipeline. We need to think of a way to make this work with the pip-tools command..

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.

1 participant