mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2024-12-20 05:28:04 +00:00
figleaf_htmlizer: fix order of summary counters
This commit is contained in:
parent
dc6fe89629
commit
4aee51ff6f
@ -272,8 +272,9 @@ class Renderer:
|
|||||||
'<th># uncovered</th>'
|
'<th># uncovered</th>'
|
||||||
'<th>% covered</th></tr>\n')
|
'<th>% covered</th></tr>\n')
|
||||||
if show_totals:
|
if show_totals:
|
||||||
(summary_lines, summary_cover, summary_pcnt,
|
(summary_lines, summary_cover,
|
||||||
summary_added, summary_removed) = self.summary
|
summary_added, summary_removed,
|
||||||
|
summary_pcnt) = self.summary
|
||||||
if have_old_coverage:
|
if have_old_coverage:
|
||||||
index_fp.write('<tr><td><b>totals:</b></td>'
|
index_fp.write('<tr><td><b>totals:</b></td>'
|
||||||
'<td><b>%d</b></td>' # lines
|
'<td><b>%d</b></td>' # lines
|
||||||
|
Loading…
Reference in New Issue
Block a user