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: Make sure len([BODY]) works if the body is a JSON array #360

Merged
merged 1 commit into from
Nov 4, 2022

Conversation

TwiN
Copy link
Owner

@TwiN TwiN commented Nov 4, 2022

Summary

Fixes #359

Checklist

  • Tested and/or added tests to validate that the changes work as intended, if applicable.
  • Added the documentation in README.md, if applicable.

@TwiN TwiN added the bug Something isn't working label Nov 4, 2022
@codecov-commenter
Copy link

Codecov Report

Base: 82.60% // Head: 82.65% // Increases project coverage by +0.05% 🎉

Coverage data is based on head (189a44e) compared to base (ed3683c).
Patch coverage: 55.55% of modified lines in pull request are covered.

Additional details and impacted files
@@            Coverage Diff             @@
##           master     #360      +/-   ##
==========================================
+ Coverage   82.60%   82.65%   +0.05%     
==========================================
  Files          54       54              
  Lines        3990     3996       +6     
==========================================
+ Hits         3296     3303       +7     
+ Misses        541      540       -1     
  Partials      153      153              
Impacted Files Coverage Δ
jsonpath/jsonpath.go 92.04% <55.55%> (-1.86%) ⬇️
config/maintenance/maintenance.go 100.00% <0.00%> (+3.79%) ⬆️

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 at Codecov.
📢 Do you have feedback about the report comment? Let us know in this issue.

@TwiN TwiN merged commit 1f84f2a into master Nov 4, 2022
@TwiN TwiN deleted the fix/jsonpath branch November 4, 2022 00:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

fix: len([BODY]) does not work if the body is a JSON array
2 participants