github
90 of 945 branches covered (9.52%)
Branch coverage included in aggregate %.
3 of 7 new or added lines in 1 file covered. (42.86%)
1018 existing lines in 36 files now uncovered.674 of 2807 relevant lines covered (24.01%)
0.24 hits per line
UNCOV
1
|
from __future__ import annotations |
× |
2 |
|
|
UNCOV
3
|
from django.conf import settings |
× |
4 |
|
|
5 |
|
|
UNCOV
6
|
def response_footer(_request): |
× |
UNCOV
7
|
return {
|
× |
8 |
"DEVELOPER_EMAIL": settings.DEVELOPER_EMAIL,
|
|
9 |
"REPO_URL": settings.REPO_URL,
|
|
10 |
} |