Coverage 7.10.0: patch

1 · Ned Batchelder · July 25, 2025, 12:34 a.m.
Summary
The latest release of coverage.py (version 7.10.0) introduces several new features, including the ability to automatically handle subprocess coverage, patching for os._exit() and execv functions to save coverage data, and enhanced user control via configuration options. This update aims to simplify process coverage measurement and improve user experience, while also addressing existing issues within the tool.