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

issue-281: add tests and fix panic for * #615

Merged
merged 2 commits into from
Jan 16, 2025

Conversation

ivankatliarchuk
Copy link
Contributor

@ivankatliarchuk ivankatliarchuk commented Jan 12, 2025

Before submitting your PR, please confirm the following.

partially resolves #281

  • added tests

  • fixed null pointer panic with nill guard

  • while the incorrect behaviour for some paths lookup remains unfixed, a test has been added to reproduce and highlight this issue.

  • Describe the purpose for which you created this PR.

  • Create test code that corresponds to the modification

@codecov-commenter
Copy link

codecov-commenter commented Jan 12, 2025

⚠️ Please install the 'codecov app svg image' to ensure uploads and comments are reliably processed by Codecov.

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 77.31%. Comparing base (df5e06f) to head (07f580f).

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

Additional details and impacted files
@@            Coverage Diff             @@
##           master     #615      +/-   ##
==========================================
+ Coverage   77.21%   77.31%   +0.10%     
==========================================
  Files          22       22              
  Lines        7870     7870              
==========================================
+ Hits         6077     6085       +8     
+ Misses       1374     1368       -6     
+ Partials      419      417       -2     

.gitignore Outdated Show resolved Hide resolved
Copy link

@ccoVeille ccoVeille left a comment

Choose a reason for hiding this comment

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

LGTM 👍

@goccy goccy merged commit 25df59f into goccy:master Jan 16, 2025
20 checks passed
@goccy
Copy link
Owner

goccy commented Jan 16, 2025

LGTM 👍

@ivankatliarchuk ivankatliarchuk deleted the issue-281-panic-when-start branch January 16, 2025 14:52
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.

bugs in yamlpath when looking for "internal" fields (with reproducible steps)
4 participants