diff options
author | Ned Batchelder <ned@nedbatchelder.com> | 2009-05-25 09:15:32 -0400 |
---|---|---|
committer | Ned Batchelder <ned@nedbatchelder.com> | 2009-05-25 09:15:32 -0400 |
commit | b2ab70a157fc4782014a7f02d7fe225a39f3f783 (patch) | |
tree | 79e8bf93f8b987406c4d1555d92b8b13ab53d68c /coverage/htmlfiles/pyfile.html | |
parent | cc4d5d16968ac3eb2f41110be9a22481c227357c (diff) | |
download | python-coveragepy-b2ab70a157fc4782014a7f02d7fe225a39f3f783.tar.gz |
HTML annotations should use the short name of the module.
Diffstat (limited to 'coverage/htmlfiles/pyfile.html')
-rw-r--r-- | coverage/htmlfiles/pyfile.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/coverage/htmlfiles/pyfile.html b/coverage/htmlfiles/pyfile.html index afcb4a5..d1810fa 100644 --- a/coverage/htmlfiles/pyfile.html +++ b/coverage/htmlfiles/pyfile.html @@ -21,7 +21,7 @@ function toggle_lines(btn, cls) { <body>
<div id='header'>
<div class='content'>
- <h1>Coverage for <b>{{cu.filename|escape}}</b>:
+ <h1>Coverage for <b>{{cu.name|escape}}</b> :
<span class='pc_cov'>{{pc_cov|format_pct}}%</span>
</h1>
<h2 class='stats'>
|