mirror of
https://git.linux-kernel.at/oliver/ivatar.git
synced 2025-11-12 19:26:23 +00:00
Am I allowed to exclude it this way from coverage testing?
This commit is contained in:
@@ -23,8 +23,8 @@
|
||||
{% if photo.service_url %}
|
||||
<a href="{{ photo.service_url }}">{{ photo.service_name }}</a>
|
||||
{% else %} {# pragma: no cover #}
|
||||
{{ photo.service_name }}
|
||||
{% endif %}
|
||||
{{ photo.service_name }} {# pragma: no cover #}
|
||||
{% endif %} {# pragma: no cover #}
|
||||
</li>
|
||||
{% endfor %}
|
||||
</ul>
|
||||
|
||||
Reference in New Issue
Block a user