File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change 6363 < td class ="cell--number "> <%= source_file . covered_lines . count + source_file . missed_lines . count %> </ td >
6464 < td class ="cell--number "> <%= source_file . covered_lines . count %> </ td >
6565 < td class ="cell--number "> <%= source_file . missed_lines . count %> </ td >
66- < td class ="cell--number "> <%= source_file . covered_strength . round ( 2 ) %> </ td >
66+ < td class ="cell--number "> <%= sprintf ( "%.2f" , source_file . covered_strength . round ( 2 ) ) %> </ td >
6767 <% if branchable_result? %>
6868 < td class ="<%= coverage_css_class ( source_file . branches_coverage_percent ) %> strong cell--number t-file__branch-coverage "> <%= sprintf ( "%.2f" , source_file . branches_coverage_percent . round ( 2 ) ) %> %</ td >
6969 < td class ="cell--number "> <%= source_file . total_branches . count %> </ td >
You can’t perform that action at this time.
0 commit comments