From abe6f5cf30799ab85f507470d2655a325c09eab8 Mon Sep 17 00:00:00 2001 From: Ned Batchelder Date: Fri, 20 May 2022 15:34:35 -0400 Subject: [PATCH] feat: also include the version and timestamp at the top of the index page: #1354 --- coverage/htmlfiles/index.html | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/coverage/htmlfiles/index.html b/coverage/htmlfiles/index.html index 9f8e88e69..d1cf00411 100644 --- a/coverage/htmlfiles/index.html +++ b/coverage/htmlfiles/index.html @@ -55,6 +55,11 @@

{{ title|escape }}:
+ +

+ coverage.py v{{__version__}}, + created at {{ time_stamp }} +