summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNed Batchelder <ned@nedbatchelder.com>2021-01-26 06:45:25 -0500
committerNed Batchelder <ned@nedbatchelder.com>2021-01-26 06:45:25 -0500
commit782fb4036b26941d200e66a45c0fad32f9d34347 (patch)
tree49e1c583484033882b03b78b3e022e10932bcdb5
parentb04613741e1d4d113a5bed54418d730bf053fcc2 (diff)
downloadpython-coveragepy-git-782fb4036b26941d200e66a45c0fad32f9d34347.tar.gz
Add versionadded info for the new 5.4 configuration options
-rw-r--r--doc/config.rst4
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/config.rst b/doc/config.rst
index 3a8b0784..e5c70b5a 100644
--- a/doc/config.rst
+++ b/doc/config.rst
@@ -353,12 +353,16 @@ details.
include files in the report that are 100% covered files. See :ref:`cmd_report`
for more information.
+.. versionadded:: 5.4
+
.. _config_html_skip_empty:
``skip_empty`` (boolean, defaulted from ``[report] skip_empty``): Don't include
empty files (those that have 0 statements) in the report. See :ref:`cmd_report`
for more information.
+.. versionadded:: 5.4
+
.. _config_html_title:
``title`` (string, default "Coverage report"): the title to use for the report.