summaryrefslogtreecommitdiff
path: root/coverage/control.py
diff options
context:
space:
mode:
Diffstat (limited to 'coverage/control.py')
-rw-r--r--coverage/control.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/coverage/control.py b/coverage/control.py
index 982b107..eb0fbc4 100644
--- a/coverage/control.py
+++ b/coverage/control.py
@@ -961,6 +961,8 @@ class Coverage(object):
included in the report. Files matching `omit` will not be included in
the report.
+ If `skip_covered` is True, don't report on files with 100% coverage.
+
Returns a float, the total percentage covered.
"""