You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Another reason why I asked is a {% block content %} definition in a base template which spans more than one line (i.e., the endblock is in a subsequent line. It's not going to be executed so I was wondering if there is a way to ignore them.
Is it possible to exclude certain lines in templates?
For example:
This will show up in the report as missing lines.
I tried adding
{# pragma: no cover #}
but it did not work.The text was updated successfully, but these errors were encountered: