Skip to content

Update dependency coverage to v7.14.1#392

Open
renovate[bot] wants to merge 1 commit into
developfrom
renovate/coverage-7.x-lockfile
Open

Update dependency coverage to v7.14.1#392
renovate[bot] wants to merge 1 commit into
developfrom
renovate/coverage-7.x-lockfile

Conversation

@renovate

@renovate renovate Bot commented Mar 17, 2026

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
coverage 7.13.57.14.1 age adoption passing confidence

Release Notes

coveragepy/coveragepy (coverage)

v7.14.1

Compare Source

  • 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: #​2170
.. _hugo-316: https://mastodon.social/@​hugovk/116588523571204490

.. _changes_7-14-0:

v7.14.0

Compare Source

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

.. _changes_7-13-5:


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 is behind base branch, 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 was generated by Mend Renovate. View the repository job log.

@renovate renovate Bot force-pushed the renovate/coverage-7.x-lockfile branch from 528d1c0 to aa52e1c Compare March 18, 2026 01:28
@renovate renovate Bot force-pushed the renovate/coverage-7.x-lockfile branch 2 times, most recently from 75ea1f6 to 4452c73 Compare April 21, 2026 14:31
@renovate renovate Bot force-pushed the renovate/coverage-7.x-lockfile branch 2 times, most recently from 804d35d to 42c2668 Compare April 24, 2026 13:57
@renovate renovate Bot force-pushed the renovate/coverage-7.x-lockfile branch 4 times, most recently from 5982247 to bca9518 Compare May 6, 2026 16:20
@jvanderaa jvanderaa mentioned this pull request May 6, 2026
10 tasks
@renovate renovate Bot changed the title Update dependency coverage to v7.13.5 Update dependency coverage to v7.14.0 May 10, 2026
@renovate renovate Bot force-pushed the renovate/coverage-7.x-lockfile branch 3 times, most recently from f54f73b to 6f6e1a2 Compare May 13, 2026 16:24
@renovate renovate Bot force-pushed the renovate/coverage-7.x-lockfile branch from 6f6e1a2 to 5d64202 Compare May 21, 2026 20:17
@renovate renovate Bot changed the title Update dependency coverage to v7.14.0 Update dependency coverage to v7.14.1 May 26, 2026
@renovate renovate Bot force-pushed the renovate/coverage-7.x-lockfile branch from 5d64202 to 92d4886 Compare May 26, 2026 21:50
@renovate renovate Bot force-pushed the renovate/coverage-7.x-lockfile branch from 92d4886 to 87c90ac Compare June 10, 2026 19:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants