From 9a8949ba189606e00a2eeb86ebf7203d4793e459 Mon Sep 17 00:00:00 2001 From: "S.Y. Lee" Date: Mon, 22 Apr 2019 20:47:35 +0900 Subject: Add warning section --- coverage/control.py | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'coverage') 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, -- cgit v1.2.1