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): handle Boolean instances #5894

Merged
merged 2 commits into from
Sep 3, 2024
Merged

Conversation

timreichen
Copy link
Contributor

@timreichen timreichen commented Sep 3, 2024

Closing #5857

Note
This PR also adds and restructures tests for boolean values and instances for more clarity.

Copy link

codecov bot commented Sep 3, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 96.33%. Comparing base (2d6c45e) to head (173b136).
Report is 4 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #5894      +/-   ##
==========================================
- Coverage   96.33%   96.33%   -0.01%     
==========================================
  Files         483      483              
  Lines       39042    39054      +12     
  Branches     5712     5717       +5     
==========================================
+ Hits        37613    37622       +9     
- Misses       1385     1388       +3     
  Partials       44       44              

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

@kt3k kt3k changed the title fix(yaml): handle boolean instances fix(yaml): handle Boolean instances Sep 3, 2024
Copy link
Member

@kt3k kt3k left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM. Thanks!

@kt3k kt3k merged commit 890958c into denoland:main Sep 3, 2024
17 checks passed
@timreichen timreichen deleted the yaml-boolean-fix branch September 3, 2024 11:37
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