summaryrefslogtreecommitdiff
path: root/coverage/control.py
diff options
context:
space:
mode:
Diffstat (limited to 'coverage/control.py')
-rw-r--r--coverage/control.py4
1 files changed, 4 insertions, 0 deletions
diff --git a/coverage/control.py b/coverage/control.py
index 93c633af..3ed1e7dc 100644
--- a/coverage/control.py
+++ b/coverage/control.py
@@ -801,6 +801,10 @@ class Coverage(object):
Returns a float, the total percentage covered.
+ .. warning::
+ HTML report is generated in incremental way. You should be
+ careful about mutating the files in the folder where the
+ HTML report is generated.
"""
self.config.from_args(
ignore_errors=ignore_errors, report_omit=omit, report_include=include,