Skip to content

Commit

Permalink
Make paths monospace
Browse files Browse the repository at this point in the history
  • Loading branch information
lloeki committed Jul 18, 2024
1 parent 0ed2791 commit a249d7a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@

| File | % covered | Lines | Relevant Lines | Lines covered | Lines missed | Avg. Hits / Line | <% if branchable_result? %> Branch Coverage | Branches | Covered branches | Missed branches | <% end %>
| ---- | --------: | ----: | -------------: | ------------: | -----------: | ---------------: | <% if branchable_result? %> --------------: | -------: | ---------------: | --------------: | <% end %>
<% source_files.each do |source_file| %>| <%= link_to_source_file(source_file) %> | <%= sprintf("%.2f", source_file.covered_percent.round(2)) %> % | <%= source_file.lines.count %> | <%= source_file.covered_lines.count + source_file.missed_lines.count %> | <%= source_file.covered_lines.count %> | <%= source_file.missed_lines.count %> | <%= sprintf("%.2f", source_file.covered_strength.round(2)) %> |<% if branchable_result? %> <%= sprintf("%.2f", source_file.branches_coverage_percent.round(2)) %> % | <%= source_file.total_branches.count %> | <%= source_file.covered_branches.count %> | <%= source_file.missed_branches.count %> |<% end %>
<% source_files.each do |source_file| %>| `<%= link_to_source_file(source_file) %>` | <%= sprintf("%.2f", source_file.covered_percent.round(2)) %> % | <%= source_file.lines.count %> | <%= source_file.covered_lines.count + source_file.missed_lines.count %> | <%= source_file.covered_lines.count %> | <%= source_file.missed_lines.count %> | <%= sprintf("%.2f", source_file.covered_strength.round(2)) %> |<% if branchable_result? %> <%= sprintf("%.2f", source_file.branches_coverage_percent.round(2)) %> % | <%= source_file.total_branches.count %> | <%= source_file.covered_branches.count %> | <%= source_file.missed_branches.count %> |<% end %>
<% end %>

0 comments on commit a249d7a

Please sign in to comment.