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

Refactor configurator #23

Merged
merged 2 commits into from
Dec 31, 2023
Merged

Refactor configurator #23

merged 2 commits into from
Dec 31, 2023

Conversation

jenky
Copy link
Collaborator

@jenky jenky commented Dec 31, 2023

Description

The register method was introduced to streamline middleware registration, improving extendability and encapsulation while allowing middleware to be added as closures which are lazily invoked during connector configuration. This change leads to cleaner code and a more scalable configuration pattern.

The `register` method was introduced to streamline middleware registration,
improving extendability and encapsulation while allowing middlewares
like retry and redirect to be added as closures which are lazily invoked
during connector configuration. This change leads to cleaner code and a
more scalable configuration pattern.
Copy link

codecov bot commented Dec 31, 2023

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (720ccc8) 84.61% compared to head (3dda935) 84.77%.

Additional details and impacted files
@@             Coverage Diff              @@
##               main      #23      +/-   ##
============================================
+ Coverage     84.61%   84.77%   +0.15%     
+ Complexity      314      313       -1     
============================================
  Files            38       38              
  Lines           728      729       +1     
============================================
+ Hits            616      618       +2     
+ Misses          112      111       -1     

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

@jenky jenky merged commit 992f1e7 into main Dec 31, 2023
11 checks passed
@jenky jenky deleted the refactor-configurator branch January 5, 2024 15:33
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.

1 participant