Version 7.9.0 — 2025-06-11
- Added a
[run] core
configuration setting to specify the measurement core, which was previously only available through the COVERAGE_CORE environment variable. Finishes issue 1746. - Fixed incorrect rendering of f-strings with doubled braces, closing issue 1980.
- If the C tracer core can’t be imported, a warning (“no-ctracer”) is issued with the reason.
- The C tracer core extension module now conforms to PEP 489, closing issue 1977. Thanks, Adam Turner.
- Fixed a “ValueError: min() arg is an empty sequence” error caused by strange empty modules, found by oss-fuzz.
➡️ PyPI page: coverage 7.9.0.
➡️ To install: python3 -m pip install coverage==7.9.0