-
-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
Begin middleware revamp #2550
Begin middleware revamp #2550
Conversation
Codecov ReportBase: 88.430% // Head: 88.479% // Increases project coverage by
Additional details and impacted files@@ Coverage Diff @@
## main #2550 +/- ##
=============================================
+ Coverage 88.430% 88.479% +0.048%
=============================================
Files 78 79 +1
Lines 6474 6536 +62
Branches 1246 1251 +5
=============================================
+ Hits 5725 5783 +58
- Misses 517 521 +4
Partials 232 232
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. |
#2521 is a bit too ambitious, and really is a bit of scope creep. This PR is meant to obtain the benefits of middleware streamlining and up front assignment without adding the complexity of a new request handling mechanism.
This PR aims to: