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: 支持 WebSocket 连接同时获取 str 或 bytes #962

Merged
merged 3 commits into from May 14, 2022

Conversation

yanyongyu
Copy link
Member

resolve #950

@yanyongyu yanyongyu added enhancement New feature or request Breaking Breaking change labels May 12, 2022
@yanyongyu yanyongyu changed the title Feat: 支持 WebSocket 连接同时获取 tstr 或 bytes Feat: 支持 WebSocket 连接同时获取 str 或 bytes May 12, 2022
@github-actions
Copy link
Contributor

github-actions bot commented May 12, 2022

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

@github-actions github-actions bot temporarily deployed to pull request May 12, 2022 07:39 Inactive
@codecov
Copy link

codecov bot commented May 12, 2022

Codecov Report

Merging #962 (fbc6754) into master (a776642) will increase coverage by 0.14%.
The diff coverage is 68.18%.

@@            Coverage Diff             @@
##           master     #962      +/-   ##
==========================================
+ Coverage   77.29%   77.44%   +0.14%     
==========================================
  Files          42       42              
  Lines        3096     3125      +29     
==========================================
+ Hits         2393     2420      +27     
- Misses        703      705       +2     
Flag Coverage Δ
unittests 77.44% <68.18%> (+0.14%) ⬆️

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

Impacted Files Coverage Δ
nonebot/drivers/httpx.py 69.23% <ø> (ø)
nonebot/drivers/aiohttp.py 44.56% <30.00%> (-0.79%) ⬇️
nonebot/drivers/websockets.py 65.06% <60.00%> (-0.33%) ⬇️
nonebot/drivers/fastapi.py 87.33% <81.81%> (+<0.01%) ⬆️
nonebot/internal/driver/model.py 65.18% <83.33%> (+0.84%) ⬆️
nonebot/drivers/quart.py 88.02% <100.00%> (+3.24%) ⬆️
nonebot/exception.py 79.54% <0.00%> (+4.54%) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update a776642...fbc6754. Read the comment docs.

@github-actions github-actions bot temporarily deployed to pull request May 12, 2022 08:14 Inactive
@github-actions github-actions bot temporarily deployed to pull request May 14, 2022 08:11 Inactive
@yanyongyu yanyongyu merged commit 56f99b7 into master May 14, 2022
@yanyongyu yanyongyu deleted the feat/websocket branch May 14, 2022 13:07
@yanyongyu yanyongyu changed the title Feat: 支持 WebSocket 连接同时获取 str 或 bytes Feature: 支持 WebSocket 连接同时获取 str 或 bytes May 19, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Breaking Breaking change enhancement New feature or request
Development

Successfully merging this pull request may close these issues.

Feature: WebSocket 连接同时获取 str 或 bytes
2 participants