From 9b11268c358040abf7384702c3bc0e863ab753c5 Mon Sep 17 00:00:00 2001 From: reybog90 Date: Wed, 30 Oct 2019 20:04:20 +0100 Subject: Optionally skip empty files in reports --- doc/config.rst | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'doc') diff --git a/doc/config.rst b/doc/config.rst index e332f50a..d7623532 100644 --- a/doc/config.rst +++ b/doc/config.rst @@ -294,6 +294,11 @@ missing lines. See :ref:`cmd_summary` for more information. ``skip_covered`` (boolean, default False): Don't include files in the report that are 100% covered files. See :ref:`cmd_summary` for more information. +.. _config_report_skip_empty: + +``skip_empty`` (boolean, default False): Don't include empty files (those that +have 0 statements) in the report. See :ref:`cmd_summary` for more information. + .. _config_report_sort: ``sort`` (string, default "Name"): Sort the text report by the named column. -- cgit v1.2.1