Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Improve typing & Modernize middleware #154

Draft
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

illagrenan
Copy link
Owner

@illagrenan illagrenan commented Jan 16, 2025

Fixes #120.

@illagrenan illagrenan self-assigned this Jan 16, 2025
@codecov-commenter
Copy link

Codecov Report

Attention: Patch coverage is 86.66667% with 2 lines in your changes missing coverage. Please review.

Project coverage is 92.15%. Comparing base (63c8ab7) to head (3c409a3).

Files with missing lines Patch % Lines
django_brotli/middleware.py 86.66% 2 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##           master     #154      +/-   ##
==========================================
+ Coverage   91.48%   92.15%   +0.66%     
==========================================
  Files           2        2              
  Lines          47       51       +4     
  Branches        4        4              
==========================================
+ Hits           43       47       +4     
  Misses          3        3              
  Partials        1        1              

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Test and support async middleware in Django
2 participants