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

Fix to parse protoreflect.Message instead of parsing the value returned by v.String() #5436

Merged
merged 1 commit into from
Dec 20, 2024

Fix to parse protoreflect.Message instead of parsing protoreflect.Mes…

b9882f7
Select commit
Loading
Failed to load commit list.
Merged

Fix to parse protoreflect.Message instead of parsing the value returned by v.String() #5436

Fix to parse protoreflect.Message instead of parsing protoreflect.Mes…
b9882f7
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Dec 20, 2024 in 0s

26.10% (+0.00%) compared to 511ee8f

View this Pull Request on Codecov

26.10% (+0.00%) compared to 511ee8f

Details

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 26.10%. Comparing base (511ee8f) to head (b9882f7).
Report is 4 commits behind head on master.

Additional details and impacted files
@@           Coverage Diff           @@
##           master    #5436   +/-   ##
=======================================
  Coverage   26.09%   26.10%           
=======================================
  Files         451      451           
  Lines       48824    48837   +13     
=======================================
+ Hits        12741    12748    +7     
- Misses      35065    35072    +7     
+ Partials     1018     1017    -1     

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