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

Add async view support #180

Merged
merged 4 commits into from Feb 6, 2023
Merged

Add async view support #180

merged 4 commits into from Feb 6, 2023

Conversation

jrobichaud
Copy link
Owner

Fixes #179

@jrobichaud jrobichaud self-assigned this Feb 4, 2023
@codecov
Copy link

codecov bot commented Feb 4, 2023

Codecov Report

Base: 100.00% // Head: 100.00% // No change to project coverage 👍

Coverage data is based on head (fe8452a) compared to base (63bdb4d).
Patch coverage: 100.00% of modified lines in pull request are covered.

Additional details and impacted files
@@            Coverage Diff            @@
##            master      #180   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files           41        41           
  Lines         1211      1254   +43     
=========================================
+ Hits          1211      1254   +43     
Impacted Files Coverage Δ
django_structlog/middlewares/request.py 100.00% <100.00%> (ø)
...go_structlog_demo_project/home/tests/test_views.py 100.00% <100.00%> (ø)
django_structlog_demo_project/home/views.py 100.00% <100.00%> (ø)
test_app/tests/middlewares/test_request.py 100.00% <100.00%> (ø)

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

☔ View full report at Codecov.
📢 Do you have feedback about the report comment? Let us know in this issue.

@jrobichaud jrobichaud added the enhancement New feature or request label Feb 4, 2023
@jrobichaud jrobichaud mentioned this pull request Feb 4, 2023
@jrobichaud jrobichaud merged commit ef17d09 into master Feb 6, 2023
@jrobichaud jrobichaud deleted the async-support branch February 6, 2023 12:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Asynchronous support
2 participants