summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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.