summaryrefslogtreecommitdiff
path: root/coverage/htmlfiles/pyfile.html
diff options
context:
space:
mode:
authorNed Batchelder <ned@nedbatchelder.com>2022-05-20 07:09:35 -0400
committerNed Batchelder <ned@nedbatchelder.com>2022-05-20 07:58:23 -0400
commit82a5c98d4ee6379ea5ce8c6ac86f43ecb0fb6782 (patch)
tree8a7517895624cd8f9f28273a2d03450ee04ccb44 /coverage/htmlfiles/pyfile.html
parentaf029c86ce4f6988bfbae527fcbb52f36069f948 (diff)
downloadpython-coveragepy-git-82a5c98d4ee6379ea5ce8c6ac86f43ecb0fb6782.tar.gz
feat(html): version and timestamp at the top of report files.
This is a re-implementation of pull #1354.
Diffstat (limited to 'coverage/htmlfiles/pyfile.html')
-rw-r--r--coverage/htmlfiles/pyfile.html16
1 files changed, 12 insertions, 4 deletions
diff --git a/coverage/htmlfiles/pyfile.html b/coverage/htmlfiles/pyfile.html
index 7bd56d42..c52da160 100644
--- a/coverage/htmlfiles/pyfile.html
+++ b/coverage/htmlfiles/pyfile.html
@@ -77,6 +77,15 @@
{% endif %}
</h2>
+ <p>
+ <a id="prevFileLink" class="nav" href="{{ prev_html }}">&#xab; prev</a> &nbsp; &nbsp;
+ <a id="indexLink" class="nav" href="index.html">&Hat; index</a> &nbsp; &nbsp;
+ <a id="nextFileLink" class="nav" href="{{ next_html }}">&#xbb; next</a>
+ &nbsp; &nbsp; &nbsp;
+ <a class="nav" href="{{__url__}}">coverage.py v{{__version__}}</a>,
+ created at {{ time_stamp }}
+ </p>
+
<div style="display: none;">
<button type="button" class="button_next_chunk" data-shortcut="j">Next highlighted chunk</button>
<button type="button" class="button_prev_chunk" data-shortcut="k">Previous highlighted chunk</button>
@@ -125,11 +134,10 @@
<footer>
<div class="content">
<p>
- <a id="prevFileLink" class="nav" href="{{ prev_html }}">&#xab; prev file</a> &nbsp; &nbsp;
+ <a id="prevFileLink" class="nav" href="{{ prev_html }}">&#xab; prev</a> &nbsp; &nbsp;
<a id="indexLink" class="nav" href="index.html">&Hat; index</a> &nbsp; &nbsp;
- <a id="nextFileLink" class="nav" href="{{ next_html }}">&#xbb; next file</a>
- </p>
- <p>
+ <a id="nextFileLink" class="nav" href="{{ next_html }}">&#xbb; next</a>
+ &nbsp; &nbsp; &nbsp;
<a class="nav" href="{{__url__}}">coverage.py v{{__version__}}</a>,
created at {{ time_stamp }}
</p>