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: 迁移至结构化并发框架 AnyIO #3053

Merged
merged 5 commits into from
Oct 26, 2024

:bug: fix none driver

e9ca078
Select commit
Loading
Failed to load commit list.
Merged

Feature: 迁移至结构化并发框架 AnyIO #3053

:bug: fix none driver
e9ca078
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project failed Oct 22, 2024 in 0s

93.95% (-0.23%) compared to 09b3f13

View this Pull Request on Codecov

93.95% (-0.23%) compared to 09b3f13

Details

Codecov Report

Attention: Patch coverage is 78.96341% with 69 lines in your changes missing coverage. Please review.

Project coverage is 93.95%. Comparing base (09b3f13) to head (e9ca078).
Report is 24 commits behind head on master.

Files with missing lines Patch % Lines
nonebot/drivers/none.py 25.00% 36 Missing ⚠️
nonebot/internal/params.py 77.41% 14 Missing ⚠️
nonebot/internal/adapter/bot.py 83.78% 6 Missing ⚠️
nonebot/internal/matcher/matcher.py 79.31% 6 Missing ⚠️
nonebot/internal/driver/abstract.py 82.60% 4 Missing ⚠️
nonebot/internal/driver/_lifespan.py 92.59% 2 Missing ⚠️
nonebot/message.py 97.67% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##           master    #3053      +/-   ##
==========================================
- Coverage   94.17%   93.95%   -0.23%     
==========================================
  Files          48       48              
  Lines        4053     4184     +131     
==========================================
+ Hits         3817     3931     +114     
- Misses        236      253      +17     

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