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

Ignore type name domain when serializing Any #148

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

damszew
Copy link
Contributor

@damszew damszew commented Mar 4, 2025

During my original PR #145 , I've only addressed deserializing part. In this PR, I'm aligning serializing, so that it behaves the same way.

Copy link

codecov bot commented Mar 4, 2025

Codecov Report

Attention: Patch coverage is 85.00000% with 3 lines in your changes missing coverage. Please review.

Project coverage is 79.75%. Comparing base (c91072d) to head (fd18abc).

Files with missing lines Patch % Lines
prost-reflect/src/dynamic/serde/ser/wkt.rs 85.00% 3 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main     #148      +/-   ##
==========================================
+ Coverage   79.67%   79.75%   +0.08%     
==========================================
  Files          31       31              
  Lines        5244     5241       -3     
==========================================
+ Hits         4178     4180       +2     
+ Misses       1066     1061       -5     

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant