mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2024-12-19 21:17:54 +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>% covered</th></tr>\n')
|
||||
if show_totals:
|
||||
(summary_lines, summary_cover, summary_pcnt,
|
||||
summary_added, summary_removed) = self.summary
|
||||
(summary_lines, summary_cover,
|
||||
summary_added, summary_removed,
|
||||
summary_pcnt) = self.summary
|
||||
if have_old_coverage:
|
||||
index_fp.write('<tr><td><b>totals:</b></td>'
|
||||
'<td><b>%d</b></td>' # lines
|
||||
|
Loading…
Reference in New Issue
Block a user