Bump coverage from 7.6.1 to 7.6.7
Bumps coverage from 7.6.1 to 7.6.7.
Changelog
Sourced from coverage's changelog.
Version 7.6.7 — 2024-11-15
- fix: ugh, the other assert from 7.6.5 can also be encountered in the wild, so it's been restored to a conditional. Sorry for the churn.
.. _changes_7-6-6:
Version 7.6.6 — 2024-11-15
- One of the new asserts from 7.6.5 caused problems in real projects, as reported in
issue 1891
_. The assert has been removed... _issue 1891: nedbat/coveragepy#1891
.. _changes_7-6-5:
Version 7.6.5 — 2024-11-14
fix: fine-tuned the exact Python version (3.12.6) when exiting from
with
statements changed how they traced. This affected whether people saw the fix forissue 1880
_.fix: isolate our code more from mocking in the os module that in rare cases can cause
bizarre behavior <pytest-cov-666_>
_.refactor: some code unreachable code paths in parser.py were changed to asserts. If you encounter any of these, please let me know!
.. _pytest-cov-666: pytest-dev/pytest-cov#666
.. _changes_7-6-4:
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
... (truncated)
Commits
-
af89ebb
docs: sample HTML for 7.6.7 -
c723de2
docs: prep for 7.6.7 -
898e94a
fix: another possible assert changed back to a conditional. -
42961d6
build: tweaks to release process -
1a09d4a
build: bump version -
c26fc6e
docs: sample HTML for 7.6.6 -
79ad469
docs: prep for 7.6.6 -
98939c9
fix: this assert is possible, remove it. #1891 -
ad4a4ff
build: automate the 'final' version -
e1502e6
build: bump version - Additional commits viewable in compare view