From 6051f7c294831701a428abb1d0dd48fcbd6afb0d Mon Sep 17 00:00:00 2001 From: moanos Date: Sun, 10 Aug 2025 10:17:59 +0200 Subject: [PATCH] feat(test): Exclude from coverage check --- src/notfellchen/urls.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/notfellchen/urls.py b/src/notfellchen/urls.py index 276cc7b..39dd9fb 100644 --- a/src/notfellchen/urls.py +++ b/src/notfellchen/urls.py @@ -30,6 +30,6 @@ urlpatterns += i18n_patterns( prefix_default_language=False ) -if settings.DEBUG: +if settings.DEBUG: # pragma: no cover urlpatterns += static(settings.MEDIA_URL, document_root=settings.MEDIA_ROOT)