Skip to content

Commit aaaaab9

Browse files
committed
disable coverage reporting for the django debug toolbar
1 parent 0f30d71 commit aaaaab9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

urls.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@
110110
])
111111

112112
# django-toolbar
113-
if settings.DEBUG_TOOLBAR:
113+
if settings.DEBUG_TOOLBAR: # pragma: no cover
114114
import debug_toolbar
115115
urlpatterns.extend([
116116
path('__debug__/', include(debug_toolbar.urls)),

0 commit comments

Comments
 (0)