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

Fix: 检测运行时创建响应器的插件 #1857

Merged
merged 1 commit into from
Mar 29, 2023
Merged

Conversation

yanyongyu
Copy link
Member

fix #1843

@yanyongyu yanyongyu added the bug Something isn't working label Mar 28, 2023
@github-actions
Copy link
Contributor

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

@github-actions github-actions bot temporarily deployed to pull request March 28, 2023 16:31 Inactive
@codecov
Copy link

codecov bot commented Mar 28, 2023

Codecov Report

Merging #1857 (27024fb) into master (315dcb3) will increase coverage by 0.49%.
The diff coverage is 100.00%.

@@            Coverage Diff             @@
##           master    #1857      +/-   ##
==========================================
+ Coverage   87.80%   88.30%   +0.49%     
==========================================
  Files          44       44              
  Lines        3067     3181     +114     
==========================================
+ Hits         2693     2809     +116     
+ Misses        374      372       -2     
Flag Coverage Δ
unittests 88.30% <100.00%> (+0.49%) ⬆️

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

Impacted Files Coverage Δ
nonebot/plugin/on.py 99.21% <100.00%> (+0.05%) ⬆️
nonebot/plugin/plugin.py 100.00% <100.00%> (ø)

... and 13 files with indirect coverage changes

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

@yanyongyu yanyongyu merged commit 2a2f7b6 into master Mar 29, 2023
@yanyongyu yanyongyu deleted the fix/matcher-plugin branch March 29, 2023 04:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Development

Successfully merging this pull request may close these issues.

Bug: 插件在运行期间创建的 Matcher 没有 plugin_name 属性
2 participants