diff options
| author | Krystian Kichewko <krystiankichewko@gmail.com> | 2014-11-19 22:24:42 +0000 |
|---|---|---|
| committer | Krystian Kichewko <krystiankichewko@gmail.com> | 2014-11-19 22:24:42 +0000 |
| commit | 994a6f8c169094d406bad7e63a33b5d99fe38c2b (patch) | |
| tree | eebc4df1478d15a72db823c3bd5560679c55ae25 /doc | |
| parent | b79573db277dc80763bda8660c4e65b03f512981 (diff) | |
| download | python-coveragepy-git-994a6f8c169094d406bad7e63a33b5d99fe38c2b.tar.gz | |
Add skip-covered option.
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/config.rst | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/config.rst b/doc/config.rst index cec14e0f..f9168ea6 100644 --- a/doc/config.rst +++ b/doc/config.rst @@ -191,6 +191,8 @@ example "87%". A value of 2 will display percentages like "87.32%". ``show_missing`` (boolean, default False): when running a summary report, show missing lines. See :ref:`cmd_summary` for more information. +``skip_covered`` (boolean, default False): when running a cli summary report, +skip 100% covered files. See :ref:`cmd_summary` for more information. .. _config_html: |
