Skip to content

7.6.3

Latest
Compare
Choose a tag to compare
@nedbat nedbat released this 13 Oct 23:37
· 3 commits to master since this release
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.

➡️  PyPI page: coverage 7.6.3.
➡️  To install: python3 -m pip install coverage==7.6.3