Skip to content

7.4.0

Compare
Choose a tag to compare
@nedbat nedbat released this 27 Dec 22:22
· 160 commits to master since this release
7.4.0
23a015c
  • In Python 3.12 and above, you can try an experimental core based on the new sys.monitoring <python:sys.monitoring> module by defining a COVERAGE_CORE=sysmon environment variable. This should be faster for line coverage, but not for branch coverage, and plugins and dynamic contexts are not yet supported with it. I am very interested to hear how it works (or doesn't!) for you.

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