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

feat: 增加 HttpClientFactoryInterface 方法用于工厂模式创建 http client #921

Merged
merged 1 commit into from
Jan 3, 2024

Conversation

yansongda
Copy link
Owner

close: #920

Copy link

netlify bot commented Jan 3, 2024

Deploy Preview for pay-yansongda canceled.

Name Link
🔨 Latest commit 1badf9d
🔍 Latest deploy log https://app.netlify.com/sites/pay-yansongda/deploys/65957c9b48557f00089c8042

Copy link

codecov bot commented Jan 3, 2024

Codecov Report

Attention: 4 lines in your changes are missing coverage. Please review.

Comparison is base (1d34898) 96.36% compared to head (1badf9d) 96.29%.

Files Patch % Lines
src/HttpClientFactory.php 62.50% 3 Missing ⚠️
src/Provider/AbstractProvider.php 80.00% 1 Missing ⚠️
Additional details and impacted files
@@             Coverage Diff              @@
##             master     #921      +/-   ##
============================================
- Coverage     96.36%   96.29%   -0.07%     
- Complexity      957      960       +3     
============================================
  Files           338      339       +1     
  Lines          5856     5864       +8     
============================================
+ Hits           5643     5647       +4     
- Misses          213      217       +4     

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

@yansongda yansongda merged commit c57d842 into master Jan 3, 2024
19 of 21 checks passed
@yansongda yansongda deleted the http-factory branch January 3, 2024 15:29
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.

feat: 增加 http factory
1 participant