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

[Backport 2.x] Removed suspicious call of getClass() on instance of Class, which erased type info #16371

Merged
merged 1 commit into from
Oct 18, 2024

Removed suspicious call of getClass() on instance of Class, which era…

de24c8c
Select commit
Loading
Failed to load commit list.
Merged

[Backport 2.x] Removed suspicious call of getClass() on instance of Class, which erased type info #16371

Removed suspicious call of getClass() on instance of Class, which era…
de24c8c
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Oct 18, 2024 in 0s

71.73% (target 70.00%)

View this Pull Request on Codecov

71.73% (target 70.00%)

Details

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 71.73%. Comparing base (3493b38) to head (de24c8c).

Additional details and impacted files
@@             Coverage Diff              @@
##                2.x   #16371      +/-   ##
============================================
- Coverage     71.85%   71.73%   -0.13%     
+ Complexity    65109    65049      -60     
============================================
  Files          5304     5304              
  Lines        304133   304133              
  Branches      44231    44231              
============================================
- Hits         218545   218179     -366     
- Misses        67317    67791     +474     
+ Partials      18271    18163     -108     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.