summaryrefslogtreecommitdiff
path: root/doc/cmd.rst
diff options
context:
space:
mode:
authorNed Batchelder <ned@nedbatchelder.com>2015-10-04 11:08:36 -0400
committerNed Batchelder <ned@nedbatchelder.com>2015-10-04 11:08:36 -0400
commit76aec1b04f44713ce43f3e84113d55ef58a54d21 (patch)
treecb38aacfcde8d2794462178b45edb623bf6fb1ac /doc/cmd.rst
parent448eb3521b366a487b88252f8f6027ef48ef5773 (diff)
downloadpython-coveragepy-76aec1b04f44713ce43f3e84113d55ef58a54d21.tar.gz
Combining now issues warnings on unreadable files, unconditionally
Diffstat (limited to 'doc/cmd.rst')
-rw-r--r--doc/cmd.rst5
1 files changed, 2 insertions, 3 deletions
diff --git a/doc/cmd.rst b/doc/cmd.rst
index e9695ef..dab226d 100644
--- a/doc/cmd.rst
+++ b/doc/cmd.rst
@@ -221,9 +221,8 @@ systems, coverage.py won't know how to combine the data. You can tell
coverage.py how the different locations correlate with a ``[paths]`` section in
your configuration file. See :ref:`config_paths` for details.
-Some techniques for collecting data can result in corrupt data files. If you
-have this problem, you can use the ``--ignore-errors`` option to turn those
-errors into warnings instead.
+If any data files can't be read, coverage.py will print a warning indicating
+the file and the problem.
.. _cmd_reporting: