-
Notifications
You must be signed in to change notification settings - Fork 10
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(): handle context change just after property being initialized #4509
Conversation
next-core Run #10644
Run Properties:
|
Project |
next-core
|
Run status |
Passed #10644
|
Run duration | 00m 24s |
Commit |
bef1dabb73 ℹ️: Merge d1b99ff3cd0503f2c844eeef8310dc5afaa8bf1d into 4b32254eaec3f6a76db85e0a7756...
|
Committer | Shenwei Wang |
View all properties for this run ↗︎ |
Test results | |
---|---|
Failures |
0
|
Flaky |
0
|
Pending |
0
|
Skipped |
0
|
Passing |
16
|
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## v3 #4509 +/- ##
==========================================
+ Coverage 95.18% 95.20% +0.01%
==========================================
Files 204 204
Lines 8835 8846 +11
Branches 1678 1679 +1
==========================================
+ Hits 8410 8422 +12
Misses 319 319
+ Partials 106 105 -1
|
084bee1
to
d1b99ff
Compare
This pull request includes several changes aimed at enhancing the rendering process, improving test coverage, and updating configuration files. The most important changes are grouped by theme below. Enhancements to Rendering Process:
Test Coverage Improvements:
Configuration Updates:
Code Quality Enhancements:
These changes collectively enhance the rendering process, improve test coverage, and update configurations to ensure a more robust and maintainable codebase. |
依赖检查
组件之间的依赖声明,是微服务组件架构下的重要信息,请确保其正确性。
请勾选以下两组选项其中之一:
或者:
提交信息检查
Git 提交信息将决定包的版本发布及自动生成的 CHANGELOG,请检查工作内容与提交信息是否相符,并在以下每组选项中都依次确认。
破坏性变更:
feat
作为提交类型。BREAKING CHANGE: 你的变更说明
。新特性:
feat
作为提交类型。问题修复:
fix
作为提交类型。杂项工作:
即所有对下游使用者无任何影响、且没有必要显示在 CHANGELOG 中的改动,例如修改注释、测试用例、开发文档等:
chore
,docs
,test
等作为提交类型。