Skip to content

Commit 85f63fe

Browse files
committed
Put these paragraphs in a more reasonable order
1 parent 21a9e67 commit 85f63fe

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

doc/cmd.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -118,6 +118,10 @@ configuration file for all options.
118118
.. _gevent: http://www.gevent.org/
119119
.. _eventlet: http://eventlet.net/
120120

121+
If you are measuring coverage in a multi-process program, or across a number of
122+
machines, you'll want the ``--parallel-mode`` switch to keep the data separate
123+
during measurement. See :ref:`cmd_combining` below.
124+
121125
By default, coverage.py does not measure code installed with the Python
122126
interpreter, for example, the standard library. If you want to measure that
123127
code as well as your own, add the ``-L`` (or ``--pylib``) flag.
@@ -126,10 +130,6 @@ If your coverage results seem to be overlooking code that you know has been
126130
executed, try running coverage.py again with the ``--timid`` flag. This uses a
127131
simpler but slower trace method, and might be needed in rare cases.
128132

129-
If you are measuring coverage in a multi-process program, or across a number of
130-
machines, you'll want the ``--parallel-mode`` switch to keep the data separate
131-
during measurement. See :ref:`cmd_combining` below.
132-
133133

134134
.. _cmd_warnings:
135135

0 commit comments

Comments
 (0)