-
-
Notifications
You must be signed in to change notification settings - Fork 137
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 a bug ast.Merge removes comments from SequenceNode #570
Fix a bug ast.Merge removes comments from SequenceNode #570
Conversation
$ go test -covermode=atomic -coverprofile=coverage.txt ./ast
ok github.com/goccy/go-yaml/ast 0.202s coverage: 3.9% of statements I'm not sure how to add tests. |
CI failed. https://github.com/goccy/go-yaml/actions/runs/12161271332/job/33915480019?pr=570
Maybe this is because this is a pull request from a fork repository. |
Codecov ReportAll modified and coverable lines are covered by tests ✅
❗ Your organization needs to install the Codecov GitHub app to enable full functionality. Additional details and impacted files@@ Coverage Diff @@
## master #570 +/- ##
=======================================
Coverage 77.46% 77.46%
=======================================
Files 21 21
Lines 7482 7482
=======================================
Hits 5796 5796
Misses 1291 1291
Partials 395 395 |
Thank you for your contribution ! LGTM 👍 |
Before submitting your PR, please confirm the following.