Skip to content

Commit b53494a

Browse files
committed
disable coverage reporting for the django debug toolbar
1 parent 36cd04c commit b53494a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

urls.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@
101101
])
102102

103103
# django-toolbar
104-
if settings.DEBUG_TOOLBAR:
104+
if settings.DEBUG_TOOLBAR: # pragma: no cover
105105
import debug_toolbar
106106
urlpatterns.extend([
107107
path('__debug__/', include(debug_toolbar.urls)),

0 commit comments

Comments
 (0)