diff --git a/lib/templates/html/htmlcov/coverage.html.eex b/lib/templates/html/htmlcov/coverage.html.eex index 5fca77fc..65e1aeae 100644 --- a/lib/templates/html/htmlcov/coverage.html.eex +++ b/lib/templates/html/htmlcov/coverage.html.eex @@ -34,7 +34,7 @@
<%= for file <- @cov.files do %>
-

<%= file.filename %>

+

<%= file.filename %>

<%= file.coverage || 0 %>
<%= file.sloc %>