Skip to content

Commit

Permalink
fix: don't show a 0 count if coverage is unknown
Browse files Browse the repository at this point in the history
  • Loading branch information
dnaka91 committed Jun 19, 2023
1 parent 5eaa073 commit 6cd93f8
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion templates/source.html
Expand Up @@ -52,7 +52,6 @@
{% when Coverage::Uncovered %}
0
{% when Coverage::Unknown %}
0
{% endmatch %}
</td>
<td>
Expand Down

0 comments on commit 6cd93f8

Please sign in to comment.