diff options
| author | reybog90 <reybog90@o2.pl> | 2019-10-30 20:04:20 +0100 |
|---|---|---|
| committer | Ned Batchelder <ned@nedbatchelder.com> | 2019-11-01 06:36:13 -0400 |
| commit | 9b11268c358040abf7384702c3bc0e863ab753c5 (patch) | |
| tree | e657af6f7eb583354f41c455bee639aaaf9a39fa /doc | |
| parent | 49e06d33ea63d8e3e44ab5b69d713783551dfaa9 (diff) | |
| download | python-coveragepy-git-9b11268c358040abf7384702c3bc0e863ab753c5.tar.gz | |
Optionally skip empty files in reports
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/config.rst | 5 |
1 files changed, 5 insertions, 0 deletions
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. |
