summaryrefslogtreecommitdiff
path: root/doc/config.rst
diff options
context:
space:
mode:
authorMatthew Boehm <boehm.matthew@gmail.com>2016-06-02 19:13:30 -0400
committerMatthew Boehm <boehm.matthew@gmail.com>2016-06-02 19:13:30 -0400
commit5f169673e183ea4de975d7073c62933bb700e055 (patch)
treed0f4b1871e6ccdf3210d8a1b5802add2bfefa65d /doc/config.rst
parent8bce4538ba831aed7a891f8282b8faabdd78bfa2 (diff)
downloadpython-coveragepy-git-5f169673e183ea4de975d7073c62933bb700e055.tar.gz
Emit a warning when an invalid file is detected with ignore_errors=true.
Previously, when an invalid file was encountered, it would be silently ignored.
Diffstat (limited to 'doc/config.rst')
-rw-r--r--doc/config.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/config.rst b/doc/config.rst
index 688e8992..f5876e7f 100644
--- a/doc/config.rst
+++ b/doc/config.rst
@@ -194,7 +194,7 @@ supply the "pragma: no cover" regex if you still want to use it.
measurement is under this value, then exit with a status code of 2.
``ignore_errors`` (boolean, default False): ignore source code that can't be
-found.
+found, emitting a warning instead of an exception.
``include`` (multi-string): a list of file name patterns, the files to include
in reporting. See :ref:`source` for details.