diff options
author | Ned Batchelder <ned@nedbatchelder.com> | 2009-04-25 07:22:24 -0400 |
---|---|---|
committer | Ned Batchelder <ned@nedbatchelder.com> | 2009-04-25 07:22:24 -0400 |
commit | 8dd7458290f99dc035a78b75e03f15b1e076b692 (patch) | |
tree | 50a2e716bf4ecb16dc74063b9138cfad745d3d8a /coverage/htmlfiles/pyfile.html | |
parent | f4da6c7e81e07716f7bbf38b6669ef411b0ded04 (diff) | |
download | python-coveragepy-8dd7458290f99dc035a78b75e03f15b1e076b692.tar.gz |
Remove some noise from the HTML reports, and use a 2px stripe to always show line status.
Diffstat (limited to 'coverage/htmlfiles/pyfile.html')
-rw-r--r-- | coverage/htmlfiles/pyfile.html | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/coverage/htmlfiles/pyfile.html b/coverage/htmlfiles/pyfile.html index 192cc58..c39937b 100644 --- a/coverage/htmlfiles/pyfile.html +++ b/coverage/htmlfiles/pyfile.html @@ -25,7 +25,6 @@ function toggle_lines(btn, cls) { <span class='pc_cov'>{{pc_cov|format_pct}}%</span>
</h1>
<h2 class='stats'>
- Stats:
{{n_stm}} statements
<span class='run hide' onclick='toggle_lines(this, "run")'>{{n_run}} run</span>
<span class='exc' onclick='toggle_lines(this, "exc")'>{{n_exc}} excluded</span>
|