Skip to content

6.4.2

Compare
Choose a tag to compare
@nedbat nedbat released this 12 Jul 13:44
· 949 commits to master since this release
  • Updated for a small change in Python 3.11.0 beta 4: modules now start with a line with line number 0, which is ignored. This line cannot be executed, so coverage totals were thrown off. This line is now ignored by coverage.py, but this also means that truly empty modules (like __init__.py) have no lines in them, rather than one phantom line. Fixes issue 1419.
  • Internal debugging data added to sys.modules is now an actual module, to avoid confusing code that examines everything in sys.modules. Thanks, Yilei Yang.

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