summaryrefslogtreecommitdiff
path: root/coverage/htmlfiles
diff options
context:
space:
mode:
authorNed Batchelder <nedbat@gmail.com>2015-04-21 20:41:50 -0400
committerNed Batchelder <nedbat@gmail.com>2015-04-21 20:41:50 -0400
commitb976d22f5c6f9d42cbaf3bff5e3dd3faa0987838 (patch)
treef2ded3775959a61e54f388a240ccdfcf2da0553c /coverage/htmlfiles
parentfd311e747c67faa4e61873dcfefd4159b67f977a (diff)
parent0c7af8d745e18cd896b03b470fe527080413a4d7 (diff)
downloadpython-coveragepy-git-b976d22f5c6f9d42cbaf3bff5e3dd3faa0987838.tar.gz
Merged in conradho/coverage.py (pull request #47)
Ticket 299: Adding a time stamp to html report
Diffstat (limited to 'coverage/htmlfiles')
-rw-r--r--coverage/htmlfiles/index.html1
1 files changed, 1 insertions, 0 deletions
diff --git a/coverage/htmlfiles/index.html b/coverage/htmlfiles/index.html
index 5242d329..b872d056 100644
--- a/coverage/htmlfiles/index.html
+++ b/coverage/htmlfiles/index.html
@@ -23,6 +23,7 @@
<h1>{{ title|escape }}:
<span class="pc_cov">{{totals.pc_covered_str}}%</span>
</h1>
+ <p>Created on {{ time_stamp }}</p>
<img id="keyboard_icon" src="keybd_closed.png" alt="Show keyboard shortcuts" />