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 encoding with map key contains colon character #604

Merged
merged 1 commit into from
Dec 22, 2024
Merged

Fix encoding with map key contains colon character #604

merged 1 commit into from
Dec 22, 2024

Conversation

goccy
Copy link
Owner

@goccy goccy commented Dec 22, 2024

fix #174

@codecov-commenter
Copy link

⚠️ Please install the 'codecov app svg image' to ensure uploads and comments are reliably processed by Codecov.

Codecov Report

Attention: Patch coverage is 71.42857% with 2 lines in your changes missing coverage. Please review.

Project coverage is 77.14%. Comparing base (e2e4400) to head (5f66890).

❗ Your organization needs to install the Codecov GitHub app to enable full functionality.

Additional details and impacted files
@@            Coverage Diff             @@
##           master     #604      +/-   ##
==========================================
- Coverage   77.15%   77.14%   -0.01%     
==========================================
  Files          22       22              
  Lines        7879     7886       +7     
==========================================
+ Hits         6079     6084       +5     
- Misses       1381     1382       +1     
- Partials      419      420       +1     

@goccy goccy merged commit beec790 into master Dec 22, 2024
19 checks passed
@goccy goccy deleted the fix-174 branch December 22, 2024 11:28
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.

BytesMarshaler can't handle colon in key from yaml.MarshalWithOptions(..., Flow(true))
2 participants