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

#61 Fix filter when property does not exist #62

Merged
merged 3 commits into from
Mar 14, 2023
Merged

#61 Fix filter when property does not exist #62

merged 3 commits into from
Mar 14, 2023

Conversation

spyzhov
Copy link
Owner

@spyzhov spyzhov commented Mar 13, 2023

Close #61

@codecov-commenter
Copy link

codecov-commenter commented Mar 14, 2023

Codecov Report

Patch coverage: 100.00% and project coverage change: +0.01 🎉

Comparison is base (9c5214f) 92.29% compared to head (a582326) 92.30%.

📣 This organization is not using Codecov’s GitHub App Integration. We recommend you install it so Codecov can continue to function properly for your repositories. Learn more

Additional details and impacted files
@@            Coverage Diff             @@
##           master      #62      +/-   ##
==========================================
+ Coverage   92.29%   92.30%   +0.01%     
==========================================
  Files          10       10              
  Lines        2817     2821       +4     
==========================================
+ Hits         2600     2604       +4     
  Misses        144      144              
  Partials       73       73              
Flag Coverage Δ
unittests 92.30% <100.00%> (+0.01%) ⬆️

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

Impacted Files Coverage Δ
buffer.go 99.03% <100.00%> (+<0.01%) ⬆️
jsonpath.go 83.15% <100.00%> (ø)

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

☔ View full report in Codecov by Sentry.
📢 Do you have feedback about the report comment? Let us know in this issue.

@spyzhov spyzhov merged commit a2fe491 into master Mar 14, 2023
@spyzhov spyzhov deleted the 61-fix branch March 14, 2023 21:13
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.

JSONPath return empty when the filter property does not exist.
2 participants