pypi coverage 7.2.6

latest releases: 7.5.1, 7.5.0, 7.4.4...
11 months ago
  • Fix: the lcov command could raise an IndexError exception if a file is translated to Python but then executed under its own name. Jinja2 does this when rendering templates. Fixes issue 1553.
  • Python 3.12 beta 1 now inlines comprehensions. Previously they were compiled as invisible functions and coverage.py would warn you if they weren't completely executed. This no longer happens under Python 3.12.
  • Fix: the coverage debug sys command includes some environment variables in its output. This could have included sensitive data. Those values are now hidden with asterisks, closing issue 1628.

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

Don't miss a new coverage release

NewReleases is sending notifications on new releases.