From a99b27f730a262585514cc358213aa5d4c350c11 Mon Sep 17 00:00:00 2001 From: Ned Batchelder Date: Fri, 6 Aug 2021 07:05:50 -0400 Subject: feat: mention skipped file counts in the HTML report. #1163 --- coverage/htmlfiles/index.html | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'coverage/htmlfiles') diff --git a/coverage/htmlfiles/index.html b/coverage/htmlfiles/index.html index 983db061..3654d66a 100644 --- a/coverage/htmlfiles/index.html +++ b/coverage/htmlfiles/index.html @@ -104,6 +104,13 @@

No items found using the specified filter.

+ + {% if skipped_covered_msg %} +

{{ skipped_covered_msg }}

+ {% endif %} + {% if skipped_empty_msg %} +

{{ skipped_empty_msg }}

+ {% endif %}