Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/sphinx-doc/sphinx.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Riedel <cannotguessit+github@protonmail.com>2020-06-05 18:42:26 +0300
committerGitHub <noreply@github.com>2020-06-05 18:42:26 +0300
commitf33eb15b83deb37aac98cb6b7e51d82b8f36739b (patch)
tree15e6f1cc02d7756d8ef51d046830f8bfad271116
parentcc1f15246c42556a94248a8e4abc2ee13695ea82 (diff)
documented coverage_show_missing_items confval
-rw-r--r--doc/usage/extensions/coverage.rst9
1 files changed, 8 insertions, 1 deletions
diff --git a/doc/usage/extensions/coverage.rst b/doc/usage/extensions/coverage.rst
index 46d31053c..8c8054d5f 100644
--- a/doc/usage/extensions/coverage.rst
+++ b/doc/usage/extensions/coverage.rst
@@ -51,4 +51,11 @@ should check:
.. versionadded:: 1.1
-.. _Python regular expressions: https://docs.python.org/library/re \ No newline at end of file
+.. conval:: coverage_show_missing_items
+
+ Print objects that are missing to standard output also.
+ ``False`` by default.
+
+ .. versionadded:: 3.1
+
+.. _Python regular expressions: https://docs.python.org/library/re