Skip to content

Latest commit

 

History

History
88 lines (72 loc) · 8.71 KB

File metadata and controls

88 lines (72 loc) · 8.71 KB

Repository Coverage

Full report

Name Stmts Miss Branch BrPart Cover Missing
debug_toolbar/__init__.py 4 0 0 0 100%
debug_toolbar/_compat.py 18 5 6 1 75% 5-12, 36
debug_toolbar/_stubs.py 18 0 0 0 100%
debug_toolbar/apps.py 111 4 40 2 96% 150, 187-188, 254
debug_toolbar/decorators.py 28 0 6 0 100%
debug_toolbar/forms.py 24 0 2 0 100%
debug_toolbar/management/__init__.py 0 0 0 0 100%
debug_toolbar/management/commands/__init__.py 0 0 0 0 100%
debug_toolbar/management/commands/debugsqlshell.py 19 0 2 0 100%
debug_toolbar/middleware.py 118 8 50 4 93% 45, 48, 61-63, 77-81, 97
debug_toolbar/migrations/0001_initial.py 4 0 0 0 100%
debug_toolbar/migrations/__init__.py 0 0 0 0 100%
debug_toolbar/models.py 12 0 0 0 100%
debug_toolbar/panels/__init__.py 90 3 10 2 95% 44, 105, 124, 135->exit
debug_toolbar/panels/alerts.py 70 0 28 1 99% 134->132
debug_toolbar/panels/cache.py 104 1 28 2 98% 90->exit, 102
debug_toolbar/panels/community.py 7 0 0 0 100%
debug_toolbar/panels/headers.py 23 0 2 0 100%
debug_toolbar/panels/history/__init__.py 2 0 0 0 100%
debug_toolbar/panels/history/forms.py 4 0 0 0 100%
debug_toolbar/panels/history/panel.py 63 2 8 0 97% 88-90
debug_toolbar/panels/history/views.py 38 0 12 0 100%
debug_toolbar/panels/profiling.py 109 9 24 2 92% 31, 34-35, 55, 65, 120-121, 128-129
debug_toolbar/panels/redirects.py 33 0 4 0 100%
debug_toolbar/panels/request.py 34 0 6 0 100%
debug_toolbar/panels/settings.py 19 2 0 0 89% 14-15
debug_toolbar/panels/signals.py 46 3 14 3 90% 58, 76-77, 86->88
debug_toolbar/panels/sql/__init__.py 2 0 0 0 100%
debug_toolbar/panels/sql/forms.py 77 7 14 4 86% 23-28, 38, 43->49, 45, 50
debug_toolbar/panels/sql/panel.py 176 10 50 4 93% 52, 80, 232-237, 278-279, 320->exit
debug_toolbar/panels/sql/tracking.py 137 5 38 2 96% 142->146, 156, 239-240, 278, 284
debug_toolbar/panels/sql/utils.py 89 0 32 1 99% 32->exit
debug_toolbar/panels/sql/views.py 69 3 14 3 93% 45, 71, 107
debug_toolbar/panels/staticfiles.py 83 2 22 1 97% 123-125, 146->145
debug_toolbar/panels/tasks.py 32 0 8 0 100%
debug_toolbar/panels/templates/__init__.py 2 0 0 0 100%
debug_toolbar/panels/templates/jinja2.py 14 0 2 1 94% 21->exit
debug_toolbar/panels/templates/panel.py 135 9 42 8 90% 20->31, 31->39, 42, 159, 163, 176-179, 200-201, 208->214, 209->213
debug_toolbar/panels/templates/views.py 46 2 10 1 95% 35->32, 59-60
debug_toolbar/panels/timer.py 62 5 10 4 85% 11-12, 31-34, 66->68, 83->85, 85->113
debug_toolbar/panels/versions.py 43 1 14 1 96% 65
debug_toolbar/sanitize.py 6 0 0 0 100%
debug_toolbar/settings.py 36 2 6 1 93% 103-104
debug_toolbar/store.py 266 10 42 7 94% 42-46, 57->59, 173-174, 190->exit, 214->exit, 244, 275, 318, 322->exit
debug_toolbar/templatetags/__init__.py 0 0 0 0 100%
debug_toolbar/templatetags/debug_toolbar.py 24 3 8 4 78% 15, 29, 31, 34->36
debug_toolbar/toolbar.py 140 5 30 1 95% 107-115, 162->174, 214
debug_toolbar/urls.py 4 0 0 0 100%
debug_toolbar/utils.py 214 7 68 8 95% 30, 61, 121, 125->128, 144->143, 195-196, 200, 216
debug_toolbar/views.py 20 0 2 0 100%
TOTAL 2675 108 654 68 94%

Setup coverage badge

Below are examples of the badges you can use in your main branch README file.

Direct image

Coverage badge

This is the one to use if your repository is private or if you don't want to customize anything.

Shields.io Json Endpoint

Coverage badge

Using this one will allow you to customize the look of your badge. It won't work with private repositories. It won't be refreshed more than once per five minutes.

Shields.io Dynamic Badge

Coverage badge

This one will always be the same color. It won't work for private repos. I'm not even sure why we included it.

What is that?

This branch is part of the python-coverage-comment-action GitHub Action. All the files in this branch are automatically generated and may be overwritten at any moment.