summaryrefslogtreecommitdiff
path: root/doc/config.rst
diff options
context:
space:
mode:
authorNed Batchelder <ned@nedbatchelder.com>2015-10-03 16:59:46 -0400
committerNed Batchelder <ned@nedbatchelder.com>2015-10-03 16:59:46 -0400
commitcf39c6221e916d3a4a7d49f230dd9a7bf6c1767b (patch)
tree915e10e2d3527a0f0d3e6ebe87db28699fd20705 /doc/config.rst
parent2884998748f95c222cecb1ad72a7bc404aedeae3 (diff)
downloadpython-coveragepy-cf39c6221e916d3a4a7d49f230dd9a7bf6c1767b.tar.gz
Combine can now ignore errors.
Diffstat (limited to 'doc/config.rst')
-rw-r--r--doc/config.rst14
1 files changed, 14 insertions, 0 deletions
diff --git a/doc/config.rst b/doc/config.rst
index 1b451b3..840e7de 100644
--- a/doc/config.rst
+++ b/doc/config.rst
@@ -148,6 +148,20 @@ measure during execution. See :ref:`source` for details.
Try this if you get seemingly impossible results.
+.. _config_combine:
+
+[combine]
+---------
+
+Options for the ``coverage combine`` command.
+
+``ignore_errors`` (boolean, default False): ignore errors when reading the data
+files, so that corrupt data files won't prevent the other good ones from being
+combined.
+
+.. versionadded:: 4.1
+
+
.. _config_paths:
[paths]