github nedbat/coveragepy 6.4.2

latest releases: 7.6.1, 7.6.0, 7.5.4...
2 years ago
  • 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 cannnot 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 (pull 1399).

Don't miss a new coveragepy release

NewReleases is sending notifications on new releases.