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 implicit null value before collect entry #490

Merged
merged 1 commit into from
Oct 30, 2024
Merged

Fix implicit null value before collect entry #490

merged 1 commit into from
Oct 30, 2024

Conversation

goccy
Copy link
Owner

@goccy goccy commented Oct 30, 2024

fix #471

@codecov-commenter
Copy link

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

Codecov Report

Attention: Patch coverage is 66.66667% with 1 line in your changes missing coverage. Please review.

Project coverage is 77.66%. Comparing base (950afad) to head (ef4b9eb).

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

Additional details and impacted files
@@            Coverage Diff             @@
##           master     #490      +/-   ##
==========================================
+ Coverage   77.64%   77.66%   +0.01%     
==========================================
  Files          18       18              
  Lines        5870     5873       +3     
==========================================
+ Hits         4558     4561       +3     
+ Misses       1038     1037       -1     
- Partials      274      275       +1     

@goccy goccy merged commit af5147b into master Oct 30, 2024
18 checks passed
@goccy goccy deleted the fix-471 branch October 30, 2024 10:48
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.

panic if the input YAML is invalid
2 participants