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 for issue 1880. - fix: isolate our code more from mocking in the os module that in rare cases can cause bizarre behavior.
- refactor: some code unreachable code paths in parser.py were changed to asserts. If you encounter any of these, please let me know!
➡️ PyPI page: coverage 7.6.5.
➡️ To install: python3 -m pip install coverage==7.6.5