Skip to content
Open
Changes from all 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: 2 additions & 3 deletions doc/config.rst
Original file line number Diff line number Diff line change
Expand Up @@ -460,9 +460,8 @@ Available patches:
This patch configures Python to start coverage automatically, and will apply
to processes created with :mod:`subprocess`, :func:`os.system`, or one of the
:func:`execv <python:os.execl>` or :func:`spawnv <python:os.spawnl>` family
of functions. If an ``exec*e`` or ``spawn*e`` function is used, the new
environment must copy over the ``COVERAGE_PROCESS_START`` environment
variable.
of functions. The ``COVERAGE_PROCESS_START`` value must be copied from the
current environment into the new environment or set.

The ``subprocess`` patch sets :ref:`parallel = True <config_run_parallel>`
and will require combining data files before reporting. See
Expand Down