Skip to content
Merged
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions doc/config.rst
Original file line number Diff line number Diff line change
Expand Up @@ -335,8 +335,9 @@ Before version 4.2, this option only accepted a single string.

(string) Specify which trace function implementation to use. Valid values are:
"pytrace" for the pure Python implementation, "ctrace" for the C implementation
(default), or "sysmon" for the :mod:`sys.monitoring <python:sys.monitoring>`
implementation (Python 3.12+ only).
(default until Python 3.13),
or "sysmon" (Python 3.12+ only) for the :mod:`sys.monitoring <python:sys.monitoring>`
implementation (default with Python 3.14+).

This was previously only available as the COVERAGE_CORE environment variable.
Note that the "sysmon" core does not yet support plugins or dynamic contexts.
Expand Down
Loading