We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9d920c3 commit b4edc26Copy full SHA for b4edc26
doc/config.rst
@@ -459,6 +459,10 @@ Available patches:
459
and will require combining data files before reporting. See
460
:ref:`cmd_combine` for more details.
461
462
+ .. note:: When using ``patch = subprocess``, all configuration options must
463
+ be specified in a configuration file. Options on the ``coverage``
464
+ command line will not be available to subprocesses.
465
+
466
- ``execv``: The :func:`execv <python:os.execl>` family of functions end the
467
current program without giving coverage a chance to write collected data.
468
This patch adjusts those functions to save the data before starting the next
0 commit comments