summaryrefslogtreecommitdiff
path: root/doc/cmd.rst
diff options
context:
space:
mode:
Diffstat (limited to 'doc/cmd.rst')
-rw-r--r--doc/cmd.rst16
1 files changed, 9 insertions, 7 deletions
diff --git a/doc/cmd.rst b/doc/cmd.rst
index d5439f73..189205ef 100644
--- a/doc/cmd.rst
+++ b/doc/cmd.rst
@@ -104,10 +104,11 @@ but before the program invocation::
$ coverage run --source=dir1,dir2 -m packagename.modulename arg1 arg2
.. note::
- Specifying ``--source`` on the ``coverage run`` command line won't affect
- subsequent reporting commands like ``coverage xml``. Use the
- :ref:`source <config_run_source>` setting in the configuration file to apply
- the setting uniformly to all commands.
+
+ Specifying ``--source`` on the ``coverage run`` command line won't affect
+ subsequent reporting commands like ``coverage xml``. Use the :ref:`source
+ <config_run_source>` setting in the configuration file to apply the setting
+ uniformly to all commands.
Coverage.py can measure multi-threaded programs by default. If you are using
@@ -550,9 +551,10 @@ Text annotation: ``coverage annotate``
--------------------------------------
.. note::
- The **annotate** command has been obsoleted by more modern reporting tools,
- including the **html** command. **annotate** will be removed in a future
- version.
+
+ The **annotate** command has been obsoleted by more modern reporting tools,
+ including the **html** command. **annotate** will be removed in a future
+ version.
The **annotate** command produces a text annotation of your source code. With
a ``-d`` argument specifying an output directory, each Python file becomes a