-
Notifications
You must be signed in to change notification settings - Fork 26.5k
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
[3.3] Optimized Wrapper#getWrapper and some unit tests #15164
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## 3.3 #15164 +/- ##
============================================
+ Coverage 60.71% 60.76% +0.05%
- Complexity 10877 10900 +23
============================================
Files 1884 1885 +1
Lines 86055 86064 +9
Branches 12894 12894
============================================
+ Hits 52247 52299 +52
+ Misses 28353 28322 -31
+ Partials 5455 5443 -12
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
df82aea
to
217cd51
Compare
@AlbumenJ |
You can trigger it on your own Github Repo Actions |
0fdec04
to
f03ba4b
Compare
i tested it on my own Github Repo Actions,
see details https://github.com/zrlw/dubbo/actions/runs/13517737168/job/37770517010 |
f03ba4b
to
1049724
Compare
5ddba75
to
11ac274
Compare
5a14d71
to
18c7776
Compare
55cdf5d
to
cea9b45
Compare
What is the purpose of the change?
try to fix #15160
Checklist