-
Notifications
You must be signed in to change notification settings - Fork 2.6k
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(prop): fix that the prop model is not reused and the update is not triggered #2114
Conversation
fixed #2098 |
fixed,#2019 |
感谢你的 PR,根据引擎的 研发协作流程,请将目标合入分支设置为 develop。 Thanks in advance, according to the Contribution Guideline, please set the base branch to develop. |
ChatGPT Code Review: 修改建议:
代码功能描述:
|
Coverage report for
|
St.❔ |
Category | Percentage | Covered / Total |
---|---|---|---|
🔴 | Statements | 33.63% | 114/339 |
🔴 | Branches | 14.88% | 25/168 |
🔴 | Functions | 26.14% | 23/88 |
🔴 | Lines | 34.23% | 114/333 |
Test suite run success
2 tests passing in 1 suite.
Report generated by 🧪jest coverage report action from 0fb84c6
Coverage report for
|
St.❔ |
Category | Percentage | Covered / Total |
---|---|---|---|
🔴 | Statements | 48.8% | 122/250 |
🔴 | Branches | 43.49% | 117/269 |
🔴 | Functions | 41.77% | 33/79 |
🔴 | Lines | 49.79% | 117/235 |
Test suite run success
33 tests passing in 6 suites.
Report generated by 🧪jest coverage report action from 0fb84c6
Coverage report for
|
St.❔ |
Category | Percentage | Covered / Total |
---|---|---|---|
🟢 | Statements | 96.37% (-0% 🔻) |
2840/2947 |
🟢 | Branches | 89.05% | 1626/1826 |
🟢 | Functions | 95.97% | 858/894 |
🟢 | Lines | 96.44% (-0% 🔻) |
2767/2869 |
Show files with reduced coverage 🔻
St.❔ |
File | Statements | Branches | Functions | Lines |
---|---|---|---|---|---|
🟢 | ... / prop.ts |
99.32% (-0.01% 🔻) |
92.19% | 100% | 99.31% (-0.01% 🔻) |
Test suite run success
370 tests passing in 42 suites.
Report generated by 🧪jest coverage report action from 0fb84c6
Coverage report for
|
St.❔ |
Category | Percentage | Covered / Total |
---|---|---|---|
🟡 | Statements | 71.95% (+0.02% 🔼) |
908/1262 |
🟡 | Branches | 61.23% (+0.17% 🔼) |
567/926 |
🟡 | Functions | 69.12% | 197/285 |
🟡 | Lines | 71.94% (+0.02% 🔼) |
892/1240 |
Test suite run success
91 tests passing in 8 suites.
Report generated by 🧪jest coverage report action from 0fb84c6
Codecov ReportPatch coverage has no change and project coverage change:
Additional details and impacted files@@ Coverage Diff @@
## develop #2114 +/- ##
============================================
- Coverage 84.64% 62.46% -22.19%
============================================
Files 64 26 -38
Lines 5523 1886 -3637
Branches 1319 483 -836
============================================
- Hits 4675 1178 -3497
+ Misses 786 646 -140
Partials 62 62 ☔ View full report in Codecov by Sentry. |
No description provided.