diff options
author | Ned Batchelder <nedbat@gmail.com> | 2015-04-21 20:41:50 -0400 |
---|---|---|
committer | Ned Batchelder <nedbat@gmail.com> | 2015-04-21 20:41:50 -0400 |
commit | b976d22f5c6f9d42cbaf3bff5e3dd3faa0987838 (patch) | |
tree | f2ded3775959a61e54f388a240ccdfcf2da0553c /coverage/htmlfiles | |
parent | fd311e747c67faa4e61873dcfefd4159b67f977a (diff) | |
parent | 0c7af8d745e18cd896b03b470fe527080413a4d7 (diff) | |
download | python-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.html | 1 |
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" /> |