diff options
author | Ned Batchelder <ned@nedbatchelder.com> | 2015-10-05 16:59:00 -0400 |
---|---|---|
committer | Ned Batchelder <ned@nedbatchelder.com> | 2015-10-05 16:59:00 -0400 |
commit | 0101eff78ab68dcf8a8c20e06c24b68d8e4c45e6 (patch) | |
tree | 4e6cdde673dd9e1b97637d8d03fe1cec85ce7b94 | |
parent | adb445f953540146c7081c859fa762c9ff56eb02 (diff) | |
download | python-coveragepy-git-0101eff78ab68dcf8a8c20e06c24b68d8e4c45e6.tar.gz |
Remove the obsoleted doc for the [combine] configuration
-rw-r--r-- | doc/config.rst | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/doc/config.rst b/doc/config.rst index 840e7de7..1b451b30 100644 --- a/doc/config.rst +++ b/doc/config.rst @@ -148,20 +148,6 @@ 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] |