Skip to content

Commit abe6f5c

Browse files
committed
feat: also include the version and timestamp at the top of the index page: #1354
1 parent 53e5dd3 commit abe6f5c

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

coverage/htmlfiles/index.html

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,11 @@ <h1>{{ title|escape }}:
5555
<form id="filter_container">
5656
<input id="filter" type="text" value="" placeholder="filter..." />
5757
</form>
58+
59+
<p>
60+
<a class="nav" href="{{__url__}}">coverage.py v{{__version__}}</a>,
61+
created at {{ time_stamp }}
62+
</p>
5863
</div>
5964
</header>
6065

0 commit comments

Comments
 (0)