Skip to content

Commit

Permalink
feat: also include the version and timestamp at the top of the index …
Browse files Browse the repository at this point in the history
…page: #1354
  • Loading branch information
nedbat committed May 20, 2022
1 parent 53e5dd3 commit abe6f5c
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions coverage/htmlfiles/index.html
Expand Up @@ -55,6 +55,11 @@ <h1>{{ title|escape }}:
<form id="filter_container">
<input id="filter" type="text" value="" placeholder="filter..." />
</form>

<p>
<a class="nav" href="{{__url__}}">coverage.py v{{__version__}}</a>,
created at {{ time_stamp }}
</p>
</div>
</header>

Expand Down

0 comments on commit abe6f5c

Please sign in to comment.