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 %}
|
{% if photo.service_url %}
|
||||||
<a href="{{ photo.service_url }}">{{ photo.service_name }}</a>
|
<a href="{{ photo.service_url }}">{{ photo.service_name }}</a>
|
||||||
{% else %} {# pragma: no cover #}
|
{% else %} {# pragma: no cover #}
|
||||||
{{ photo.service_name }}
|
{{ photo.service_name }} {# pragma: no cover #}
|
||||||
{% endif %}
|
{% endif %} {# pragma: no cover #}
|
||||||
</li>
|
</li>
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
</ul>
|
</ul>
|
||||||
|
|||||||
Reference in New Issue
Block a user