-
-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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
feat: runInAnonymousContextScope support req #5134
Conversation
Codecov ReportBase: 99.85% // Head: 99.85% // Increases project coverage by
Additional details and impacted files@@ Coverage Diff @@
## master #5134 +/- ##
=======================================
Coverage 99.85% 99.85%
=======================================
Files 35 35
Lines 3488 3489 +1
Branches 512 512
=======================================
+ Hits 3483 3484 +1
Misses 5 5
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. ☔ View full report at Codecov. |
[skip ci] ## [3.15.0](v3.14.2...v3.15.0) (2023-01-28) ### Features * runInAnonymousContextScope support req ([#5134](#5134)) ([615d660](615d660))
🎉 This PR is included in version 3.15.0 🎉 The release is available on: Your semantic-release bot 📦🚀 |
Since 'runInAnoymousContextScope' now has a new feature with a request as a parameter, it lacks a new test case, this is the test case for it. Refs: #5134
[skip ci] ## [3.15.0](eggjs/egg@v3.14.2...v3.15.0) (2023-01-28) ### Features * runInAnonymousContextScope support req ([eggjs#5134](eggjs#5134)) ([615d660](eggjs@615d660))
Since 'runInAnoymousContextScope' now has a new feature with a request as a parameter, it lacks a new test case, this is the test case for it. Refs: eggjs#5134
Checklist
npm test
passesAffected core subsystem(s)
Description of change