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

Feature: 支持 HTTP 客户端会话 #2627

Merged
merged 3 commits into from
Apr 5, 2024
Merged

Feature: 支持 HTTP 客户端会话 #2627

merged 3 commits into from
Apr 5, 2024

Conversation

yanyongyu
Copy link
Member

resolve #2617

@yanyongyu yanyongyu added the enhancement New feature or request label Apr 4, 2024
Copy link

codecov bot commented Apr 4, 2024

Codecov Report

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

Project coverage is 94.13%. Comparing base (7eeccbc) to head (f8dee80).
Report is 2 commits behind head on master.

Files Patch % Lines
nonebot/drivers/aiohttp.py 96.29% 2 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##           master    #2627      +/-   ##
==========================================
+ Coverage   94.01%   94.13%   +0.11%     
==========================================
  Files          48       48              
  Lines        3913     3993      +80     
==========================================
+ Hits         3679     3759      +80     
  Misses        234      234              
Flag Coverage Δ
unittests 94.13% <98.05%> (+0.11%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

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

Copy link
Contributor

github-actions bot commented Apr 4, 2024

🚀 Deployed on https://deploy-preview-2627--nonebot2.netlify.app

@github-actions github-actions bot temporarily deployed to pull request April 4, 2024 04:32 Inactive
@github-actions github-actions bot temporarily deployed to pull request April 4, 2024 05:46 Inactive
@yanyongyu yanyongyu merged commit 485aa62 into master Apr 5, 2024
43 checks passed
@yanyongyu yanyongyu deleted the feat/http-session branch April 5, 2024 13:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Development

Successfully merging this pull request may close these issues.

Defect: 使用 httpx 情况下 ForwardDriver.request 在并发时存在性能问题
2 participants