Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump coverage from 7.6.4 to 7.6.10 #5050

Merged
merged 1 commit into from
Jan 6, 2025

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 30, 2024

Bumps coverage from 7.6.4 to 7.6.10.

Changelog

Sourced from coverage's changelog.

Version 7.6.10 — 2024-12-26

  • Fix: some descriptions of missing branches in HTML and LCOV reports were incorrect when multi-line statements were involved (issue 1874_ and issue 1875_). These are now fixed.

  • Fix: Python 3.14 defers evaluation of annotations <pep649_>_ by moving them into separate code objects. That code is rarely executed, so coverage.py would mark them as missing, as reported in issue 1908_. Now they are ignored by coverage automatically.

  • Fixed an obscure and mysterious problem on PyPy 3.10 seemingly involving mocks, imports, and trace functions: issue 1902_. To be honest, I don't understand the problem or the solution, but git bisect helped find it, and now it's fixed.

  • Docs: re-wrote the :ref:subprocess page to put multiprocessing first and to highlight the correct use of :class:multiprocessing.Pool <python:multiprocessing.pool.Pool>.

.. _issue 1874: nedbat/coveragepy#1874 .. _issue 1875: nedbat/coveragepy#1875 .. _issue 1902: nedbat/coveragepy#1902 .. _issue 1908: nedbat/coveragepy#1908 .. _pep649: https://docs.python.org/3.14/whatsnew/3.14.html#pep-649-deferred-evaluation-of-annotations

.. _changes_7-6-9:

Version 7.6.9 — 2024-12-06

  • Fix: Tomas Uribe fixed <pull 1901_>_ a performance problem in the XML report. Large code bases should produce XML reports much faster now.

.. _pull 1901: nedbat/coveragepy#1901

.. _changes_7-6-8:

Version 7.6.8 — 2024-11-23

  • Fix: the LCOV report code assumed that a branch line that took no branches meant that the entire line was unexecuted. This isn't true in a few cases: the line might always raise an exception, or might have been optimized away. Fixes issue 1896_.

  • Fix: similarly, the HTML report will now explain that a line that jumps to

... (truncated)

Commits
  • f0dcf65 docs: sample HTML for 7.6.10
  • 0f26f35 docs: prep for 7.6.10
  • 81c5e43 docs: rewrite the subprocess page
  • 878410c chore: make doc_upgrade
  • f1d320d chore: make upgrade
  • 67f1440 debug: this condition is never true. really?
  • c85eaba fix: multi-line statements no longer confuse branch target descriptions. #187...
  • 73e58fa refactor: clarify the code that fixes with-statement exits
  • e16c9cc typo: backslask
  • 865fd7f chore: bump the action-dependencies group with 4 updates (#1909)
  • 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 merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @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)

@dependabot dependabot bot requested a review from hosssha as a code owner December 30, 2024 17:44
@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Dec 30, 2024
@github-actions github-actions bot enabled auto-merge December 30, 2024 17:44
@dependabot dependabot bot force-pushed the dependabot/pip/coverage-7.6.10 branch from 91e0789 to d72df4d Compare January 6, 2025 18:06
@dependabot dependabot bot force-pushed the dependabot/pip/coverage-7.6.10 branch from d72df4d to 06f1872 Compare January 6, 2025 18:15
@dependabot dependabot bot force-pushed the dependabot/pip/coverage-7.6.10 branch from 06f1872 to 68efe18 Compare January 6, 2025 18:28
@dependabot dependabot bot force-pushed the dependabot/pip/coverage-7.6.10 branch from 68efe18 to 0045726 Compare January 6, 2025 18:41
@dependabot dependabot bot force-pushed the dependabot/pip/coverage-7.6.10 branch from 0045726 to c6ce6bb Compare January 6, 2025 18:52
@dependabot dependabot bot force-pushed the dependabot/pip/coverage-7.6.10 branch from c6ce6bb to 98d984c Compare January 6, 2025 19:06
@dependabot dependabot bot force-pushed the dependabot/pip/coverage-7.6.10 branch from 98d984c to ea25221 Compare January 6, 2025 19:18
@dependabot dependabot bot force-pushed the dependabot/pip/coverage-7.6.10 branch from ea25221 to 7ec4e7c Compare January 6, 2025 19:32
@dependabot dependabot bot force-pushed the dependabot/pip/coverage-7.6.10 branch from 7ec4e7c to a37cc0b Compare January 6, 2025 19:44
@dependabot dependabot bot force-pushed the dependabot/pip/coverage-7.6.10 branch from a37cc0b to eba2ff0 Compare January 6, 2025 19:58
@dependabot dependabot bot force-pushed the dependabot/pip/coverage-7.6.10 branch from eba2ff0 to 97f5077 Compare January 6, 2025 20:11
@dependabot dependabot bot force-pushed the dependabot/pip/coverage-7.6.10 branch from 97f5077 to 7fe6d70 Compare January 6, 2025 20:23
Bumps [coverage](https://github.com/nedbat/coveragepy) from 7.6.4 to 7.6.10.
- [Release notes](https://github.com/nedbat/coveragepy/releases)
- [Changelog](https://github.com/nedbat/coveragepy/blob/master/CHANGES.rst)
- [Commits](nedbat/coveragepy@7.6.4...7.6.10)

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

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/pip/coverage-7.6.10 branch from 7fe6d70 to 376d801 Compare January 6, 2025 20:37
@github-actions github-actions bot merged commit fbba3a6 into main Jan 6, 2025
21 checks passed
@dependabot dependabot bot deleted the dependabot/pip/coverage-7.6.10 branch January 6, 2025 20:44
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.

2 participants