spyzhov / ajson

Abstract JSON for Golang with JSONPath support
MIT License
247 stars 23 forks source link

#61 Fix filter when property does not exist #62

Closed spyzhov closed 1 year ago

spyzhov commented 1 year ago

Close #61

codecov-commenter commented 1 year ago

Codecov Report

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

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

:mega: 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 ```diff @@ 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%)` | :arrow_up: | Flags with carried forward coverage won't be shown. [Click here](https://docs.codecov.io/docs/carryforward-flags?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Stepan+Pyzhov#carryforward-flags-in-the-pull-request-comment) to find out more. | [Impacted Files](https://codecov.io/gh/spyzhov/ajson/pull/62?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Stepan+Pyzhov) | Coverage Δ | | |---|---|---| | [buffer.go](https://codecov.io/gh/spyzhov/ajson/pull/62?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Stepan+Pyzhov#diff-YnVmZmVyLmdv) | `99.03% <100.00%> (+<0.01%)` | :arrow_up: | | [jsonpath.go](https://codecov.io/gh/spyzhov/ajson/pull/62?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Stepan+Pyzhov#diff-anNvbnBhdGguZ28=) | `83.15% <100.00%> (ø)` | | Help us with your feedback. Take ten seconds to tell us [how you rate us](https://about.codecov.io/nps?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Stepan+Pyzhov). Have a feature suggestion? [Share it here.](https://app.codecov.io/gh/feedback/?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Stepan+Pyzhov)

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