Closed PetrDlouhy closed 1 year ago
Base: 61.98% // Head: 64.04% // Increases project coverage by +2.06%
:tada:
Coverage data is based on head (
d8dff39
) compared to base (9bfc11b
). Patch coverage: 100.00% of modified lines in pull request are covered.
:umbrella: View full report at Codecov.
:loudspeaker: Do you have feedback about the report comment? Let us know in this issue.
When I run my app through WSGIRequest, I sometimes got AttributeError on getting
request.user
. This fixes that problem.