summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNed Batchelder <ned@nedbatchelder.com>2021-06-08 06:34:46 -0400
committerNed Batchelder <ned@nedbatchelder.com>2021-06-08 06:34:46 -0400
commit4401a6c182a15c11042ba67153516e067063d406 (patch)
treed40cda534cb8fec1abfca187b356ca44147d5f27
parent2f319ac96f2d9cce0d7b3f1d25fc27959729c207 (diff)
downloadpython-coveragepy-git-4401a6c182a15c11042ba67153516e067063d406.tar.gz
docs: add pyw to the list of extensions --source will consider
-rw-r--r--doc/source.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/source.rst b/doc/source.rst
index 882befb3..8debd575 100644
--- a/doc/source.rst
+++ b/doc/source.rst
@@ -36,8 +36,8 @@ files, since it can search the source tree for files that haven't been measured
at all. Only importable files (ones at the root of the tree, or in directories
with a ``__init__.py`` file) will be considered. Files with unusual punctuation
in their names will be skipped (they are assumed to be scratch files written by
-text editors). Files that do not end with ``.py`` or ``.pyo`` or ``.pyc`` will
-also be skipped.
+text editors). Files that do not end with ``.py``, ``.pyw``, ``.pyo``, or
+``.pyc`` will also be skipped.
You can further fine-tune coverage.py's attention with the ``--include`` and
``--omit`` switches (or ``[run] include`` and ``[run] omit`` configuration