We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a076462 commit d18df1fCopy full SHA for d18df1f
lib/rubycritic/generators/html/templates/simple_cov_index.html.erb
@@ -23,7 +23,7 @@
23
<tr>
24
<% unless Config.suppress_ratings %>
25
<td>
26
- <div class="rating <%= analysed_module.rating.to_s.downcase %>"><%= analysed_module.coverage_rating %></div>
+ <div class="rating <%= analysed_module.coverage_rating.to_s.downcase %>"><%= analysed_module.coverage_rating %></div>
27
</td>
28
<% end %>
29
0 commit comments