Skip to content

7.4.0

Compare
Choose a tag to compare
@nedbat nedbat released this 13 Oct 23:37
· 498 commits to master since this release
7.4.0
23a015c

Version 7.4.0 — 2023-12-27

  • In Python 3.12 and above, you can try an experimental core based on the new https://docs.python.org/3/library/sys.monitoring.html#module-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