Bump coverage from 7.6.2 to 7.6.4
Bumps coverage from 7.6.2 to 7.6.4.
Changelog
Sourced from coverage's changelog.
Version 7.6.4 — 2024-10-20
- fix: multi-line
with
statements could cause contained branches to be incorrectly marked as missing (issue 1880
_). This is now fixed... _issue 1880: nedbat/coveragepy#1880
.. _changes_7-6-3:
Version 7.6.3 — 2024-10-13
Fix: nested context managers could incorrectly be analyzed to flag a missing branch on the last context manager, as described in
issue 1876
_. This is now fixed.Fix: the missing branch message about not exiting a module had an extra "didn't," as described in
issue 1873
_. This is now fixed... _issue 1873: nedbat/coveragepy#1873 .. _issue 1876: nedbat/coveragepy#1876
.. _changes_7-6-2:
Commits
-
f24f76b
docs: sample HTML for 7.6.4 -
96e10f7
docs: prep for 7.6.4 -
b8c236a
fix: multi-line with-statements exit correctly. #1880 -
64b7a45
docs: another discord reference -
68d7427
docs: Python Discord -
43adcea
build: include 3.14 in the usual Pythons -
fb2b49f
build: github_releases can update older releases, and pauses to get the sorti... -
ca550ca
3.0b2 wasn't correctly titled -
debcc77
build: bump version -
342a4cb
docs: sample HTML for 7.6.3 - Additional commits viewable in compare view