diff options
| author | Ned Batchelder <ned@nedbatchelder.com> | 2021-11-13 16:02:04 -0500 |
|---|---|---|
| committer | Ned Batchelder <ned@nedbatchelder.com> | 2021-11-13 16:02:04 -0500 |
| commit | 6a6b60426c3b45d91ab9211c50bea8ecc191e59a (patch) | |
| tree | 81ef873c1c8250579c9ae0177403b757165738c9 /doc/cmd.rst | |
| parent | ec48227a1f00cf2b00298d8189f1265daaa447d6 (diff) | |
| download | python-coveragepy-git-6a6b60426c3b45d91ab9211c50bea8ecc191e59a.tar.gz | |
style(docs): make note:: uses uniform
Diffstat (limited to 'doc/cmd.rst')
| -rw-r--r-- | doc/cmd.rst | 16 |
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 |
