Skip to content

Bump coverage from 7.14.0 to 7.14.1#753

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

Bump coverage from 7.14.0 to 7.14.1#753
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 Jun 3, 2026

Bumps coverage from 7.14.0 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:

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 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)

Greptile Summary

This PR bumps the pinned coverage test dependency from 7.14.0 to 7.14.1, a patch release that fixes an HTML report search regression and adds a Python 3.16 PyPI classifier.

  • The only change is a single version string in pyproject.toml; no application or test logic is modified.
  • The 7.14.1 release contains only a CSS fix for file-path search in HTML reports and a metadata classifier addition, so there is no behavioral risk to the test suite.

Confidence Score: 5/5

Safe to merge — a single-line patch-version bump to a dev-only test tool with no runtime impact.

The change is a one-line update to a pinned version of coverage, used only in the test extras. The 7.14.1 release contains only a CSS tweak in the HTML reporter and a PyPI metadata classifier; neither affects how coverage collects or reports data during CI runs.

No files require special attention.

Important Files Changed

Filename Overview
pyproject.toml Bumps the pinned coverage dev dependency from 7.14.0 to 7.14.1 — a pure patch-level version bump with no logic changes.

Flowchart

%%{init: {'theme': 'neutral'}}%%
flowchart TD
    A[pyproject.toml] -->|test extras| B[coverage==7.14.1]
    B --> C[HTML report CSS fix for file-path search]
    B --> D[Python 3.16 PyPI classifier]
Loading

Reviews (1): Last reviewed commit: "Bump coverage from 7.14.0 to 7.14.1" | Re-trigger Greptile

Bumps [coverage](https://github.com/coveragepy/coveragepy) from 7.14.0 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.14.0...7.14.1)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file python Pull requests that update python code labels Jun 3, 2026
@codecov
Copy link
Copy Markdown

codecov Bot commented Jun 3, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 75.57%. Comparing base (66c256d) to head (2bd326e).

Additional details and impacted files
@@           Coverage Diff           @@
##           master     #753   +/-   ##
=======================================
  Coverage   75.57%   75.57%           
=======================================
  Files          57       57           
  Lines        8195     8195           
  Branches     1600     1600           
=======================================
  Hits         6193     6193           
  Misses       1381     1381           
  Partials      621      621           
Flag Coverage Δ
3.10 75.53% <ø> (ø)
3.11 75.53% <ø> (ø)
3.12 75.53% <ø> (ø)
3.13 75.53% <ø> (ø)
macos-latest 75.47% <ø> (ø)
ubuntu-latest 75.47% <ø> (ø)
windows-latest 75.31% <ø> (ø)

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.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

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 python Pull requests that update python code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants