From 4a899cc28a22b58d0c6abd90b09348e792c5a1b8 Mon Sep 17 00:00:00 2001 From: Oliver Falk Date: Fri, 25 May 2018 11:57:01 +0200 Subject: [PATCH] Am I allowed to exclude it this way from coverage testing? --- ivatar/ivataraccount/templates/email_confirmed.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ivatar/ivataraccount/templates/email_confirmed.html b/ivatar/ivataraccount/templates/email_confirmed.html index a52580a..2d54ec5 100644 --- a/ivatar/ivataraccount/templates/email_confirmed.html +++ b/ivatar/ivataraccount/templates/email_confirmed.html @@ -23,8 +23,8 @@ {% if photo.service_url %} {{ photo.service_name }} {% else %} {# pragma: no cover #} - {{ photo.service_name }} - {% endif %} + {{ photo.service_name }} {# pragma: no cover #} + {% endif %} {# pragma: no cover #} {% endfor %}