File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 7
7
covered at
8
8
< span class ="covered_strength ">
9
9
< span class ="<%= strength_css_class ( source_files . covered_strength ) %> ">
10
- <%= source_files . covered_strength %>
10
+ <%= sprintf ( "%.2f" , source_files . covered_strength ) %>
11
11
</ span >
12
12
</ span > hits/line
13
13
)
63
63
< td class ="cell--number "> <%= source_file . covered_lines . count + source_file . missed_lines . count %> </ td >
64
64
< td class ="cell--number "> <%= source_file . covered_lines . count %> </ td >
65
65
< td class ="cell--number "> <%= source_file . missed_lines . count %> </ td >
66
- < td class ="cell--number "> <%= sprintf ( "%.2f" , source_file . covered_strength . round ( 2 ) ) %> </ td >
66
+ < td class ="cell--number "> <%= sprintf ( "%.2f" , source_file . covered_strength ) %> </ td >
67
67
<% if branchable_result? %>
68
68
< td class ="strong cell--number t-file__branch-coverage "> <%= covered_percent ( source_file . branches_coverage_percent ) %> </ td >
69
69
< td class ="cell--number "> <%= source_file . total_branches . count %> </ td >
You can’t perform that action at this time.
0 commit comments