Skip to content

Conversation

@ponyisi
Copy link
Collaborator

@ponyisi ponyisi commented Jan 17, 2025

Pull in the YAML parser code relevant to fix #543 from the external project. It depends on ruamel.yaml internals so actually now requires version >= 0.18.7. Original code is MIT licensed.

@codecov
Copy link

codecov bot commented Jan 17, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 92.59%. Comparing base (66d78fe) to head (ccdde73).
Report is 1 commits behind head on master.

Additional details and impacted files
@@            Coverage Diff             @@
##           master     #546      +/-   ##
==========================================
+ Coverage   92.26%   92.59%   +0.33%     
==========================================
  Files          27       29       +2     
  Lines        1745     1823      +78     
==========================================
+ Hits         1610     1688      +78     
  Misses        135      135              
Flag Coverage Δ
unittests 92.59% <100.00%> (+0.33%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

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

Copy link
Contributor

@BenGalewsky BenGalewsky left a comment

Choose a reason for hiding this comment

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

Ah nice fix

@ponyisi ponyisi merged commit d89b5a3 into master Jan 17, 2025
34 checks passed
@ponyisi ponyisi deleted the yaml-include-import-code branch January 17, 2025 22:16
@matthewfeickert
Copy link
Member

matthewfeickert commented Jan 17, 2025

Thanks very much for this fix, @ponyisi! This is great to see overall as this also reduces some maintenance footprint by reducing the number of external dependencies. 🎉

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.

Use ruamel-yaml v0.18.7+ syntax

4 participants