goccy / go-yaml

YAML support for the Go language
MIT License
1.12k stars 129 forks source link

fix: Correct root path handling #456

Closed nieomylnieja closed 1 month ago

nieomylnieja commented 2 months ago

Before submitting your PR, please confirm the following.

codecov-commenter commented 2 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 78.70%. Comparing base (b2a8cc6) to head (06ddb94).

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

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #456 +/- ## ========================================== + Coverage 78.65% 78.70% +0.05% ========================================== Files 13 13 Lines 3983 3983 ========================================== + Hits 3133 3135 +2 + Misses 590 589 -1 + Partials 260 259 -1 ```
goccy commented 1 month ago

Thank you for your contribution ! I've already merged the same commit by #457