File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -118,6 +118,10 @@ configuration file for all options.
118
118
.. _gevent : http://www.gevent.org/
119
119
.. _eventlet : http://eventlet.net/
120
120
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
+
121
125
By default, coverage.py does not measure code installed with the Python
122
126
interpreter, for example, the standard library. If you want to measure that
123
127
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
126
130
executed, try running coverage.py again with the ``--timid `` flag. This uses a
127
131
simpler but slower trace method, and might be needed in rare cases.
128
132
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
-
133
133
134
134
.. _cmd_warnings :
135
135
You can’t perform that action at this time.
0 commit comments