From 5205da079a8e099f9f5c6895b2cd634fc512fc55 Mon Sep 17 00:00:00 2001 From: Ned Batchelder Date: Sun, 4 Oct 2015 11:08:36 -0400 Subject: Combining now issues warnings on unreadable files, unconditionally --- doc/cmd.rst | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'doc') diff --git a/doc/cmd.rst b/doc/cmd.rst index e9695ef8..dab226d7 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: -- cgit v1.2.1