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: 存储 matcher 发送 prompt 的结果 #3155

Merged
merged 3 commits into from
Dec 5, 2024
Merged

Conversation

yanyongyu
Copy link
Member

fix #3096

@yanyongyu yanyongyu added the enhancement New feature or request label Dec 2, 2024
Copy link

codecov bot commented Dec 2, 2024

Codecov Report

Attention: Patch coverage is 81.66667% with 11 lines in your changes missing coverage. Please review.

Project coverage is 93.77%. Comparing base (21815b3) to head (9f997bf).
Report is 7 commits behind head on master.

✅ All tests successful. No failed tests found.

Files with missing lines Patch % Lines
nonebot/internal/matcher/matcher.py 61.53% 10 Missing ⚠️
nonebot/internal/params.py 95.23% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##           master    #3155      +/-   ##
==========================================
- Coverage   93.84%   93.77%   -0.08%     
==========================================
  Files          48       48              
  Lines        4193     4239      +46     
==========================================
+ Hits         3935     3975      +40     
- Misses        258      264       +6     
Flag Coverage Δ
unittests 93.77% <81.66%> (-0.08%) ⬇️

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 Dec 2, 2024

🚀 Deployed to https://deploy-preview-3155--nonebot2.netlify.app

tests/test_param.py Outdated Show resolved Hide resolved
@yanyongyu yanyongyu merged commit 32bc2c3 into master Dec 5, 2024
34 of 36 checks passed
@yanyongyu yanyongyu deleted the feat/prompt-result branch December 5, 2024 12:55
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.

Feature: 存储send(prompt)返回值
2 participants