7.4.0
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