push
github
92 of 961 branches covered (9.57%)
Branch coverage included in aggregate %.
3 of 7 new or added lines in 1 file covered. (42.86%)
1071 existing lines in 37 files now uncovered.678 of 2847 relevant lines covered (23.81%)
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 |
} |