diff options
author | Conrad Ho <none@none> | 2015-04-14 03:54:05 +0800 |
---|---|---|
committer | Conrad Ho <none@none> | 2015-04-14 03:54:05 +0800 |
commit | a39ff9d5f9431229ca6b401380539b196ec9c8dd (patch) | |
tree | d88af014384d6b2a50f8f0f2ba8028de04962618 /coverage/htmlfiles | |
parent | e0ad5837194a4a8cd1a2ddf392c5b0db6a80e705 (diff) | |
download | python-coveragepy-git-a39ff9d5f9431229ca6b401380539b196ec9c8dd.tar.gz |
Ticket299: add time stamp to index.html reports page
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 90802c81..7f3ab3ef 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' /> |