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(yaml): fix !!int style variation handling in stringfiy #5256

Merged
merged 2 commits into from
Jul 3, 2024

Conversation

kt3k
Copy link
Member

@kt3k kt3k commented Jul 2, 2024

This PR fixes the handling of style variaions for !!int type.

@github-actions github-actions bot added the yaml label Jul 2, 2024
Copy link

codecov bot commented Jul 2, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 95.69%. Comparing base (6b26d41) to head (51b7a58).

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #5256      +/-   ##
==========================================
+ Coverage   95.66%   95.69%   +0.02%     
==========================================
  Files         461      461              
  Lines       38028    38039      +11     
  Branches     5560     5564       +4     
==========================================
+ Hits        36380    36400      +20     
+ Misses       1607     1598       -9     
  Partials       41       41              

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

yaml/_type.ts Show resolved Hide resolved
@kt3k kt3k merged commit f78f2f2 into denoland:main Jul 3, 2024
15 checks passed
@kt3k kt3k deleted the fix-yaml-int-serialize branch July 3, 2024 03:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants