diff options
author | loic <loic@dachary.org> | 2016-12-18 19:57:34 +0100 |
---|---|---|
committer | loic <loic@dachary.org> | 2016-12-18 19:57:34 +0100 |
commit | c74976d38cff16af104c9dcb3b1826542ea32f99 (patch) | |
tree | 784640a97ef31b736e520a8ba32112b4ffc0d6f6 /doc/cmd.rst | |
parent | b33628b4918f47694e89526955cf83b9764f6562 (diff) | |
download | python-coveragepy-issue-425.tar.gz |
sources that do not end with .py\w? are ignored #425issue-425
close #425
Diffstat (limited to 'doc/cmd.rst')
-rw-r--r-- | doc/cmd.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/cmd.rst b/doc/cmd.rst index bbeff18..faa0048 100644 --- a/doc/cmd.rst +++ b/doc/cmd.rst @@ -93,7 +93,7 @@ If you want :ref:`branch coverage <branch>` measurement, use the ``--branch`` flag. Otherwise only statement coverage is measured. You can specify the code to measure with the ``--source``, ``--include``, and -``--omit`` switches. See :ref:`Specifying source files <source_execution>` for +``--omit`` switches. See :ref:`Specifying source directories <source_execution>` for details of their interpretation. Remember to put options for run after "run", but before the program invocation:: |