summaryrefslogtreecommitdiff
path: root/doc/source.rst
diff options
context:
space:
mode:
authorloic@dachary.org <loic@dachary.org>2017-01-07 14:39:44 +0100
committerloic@dachary.org <loic@dachary.org>2017-01-07 14:39:44 +0100
commit6cee6103a399dfb00f95962033624855642fd722 (patch)
tree517218fb7deb814b75b8c91b9936f664df4b3744 /doc/source.rst
parent9242d96f2be40ecc556f8cf3cb9fb6fea7d4ea02 (diff)
downloadpython-coveragepy-git-6cee6103a399dfb00f95962033624855642fd722.tar.gz
* --source and --include are mutually exclusive (take 2) #265
close #265 close #101
Diffstat (limited to 'doc/source.rst')
-rw-r--r--doc/source.rst3
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/source.rst b/doc/source.rst
index 8d831c44..640fc431 100644
--- a/doc/source.rst
+++ b/doc/source.rst
@@ -66,6 +66,9 @@ are interpreted relative to the current directory::
The ``source``, ``include``, and ``omit`` values all work together to determine
the source that will be measured.
+If both ``source`` and ``include`` are set, the ``include`` value is ignored
+and a warning is printed on the standard output.
+
.. _source_reporting: