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

feat(expr): enhance expr with JQ functionality #3191

Open
wants to merge 34 commits into
base: main
Choose a base branch
from

Merge branch 'main' into feat/jq-template-hybrid

1c55d91
Select commit
Loading
Failed to load commit list.
Open

feat(expr): enhance expr with JQ functionality #3191

Merge branch 'main' into feat/jq-template-hybrid
1c55d91
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project failed Dec 30, 2024 in 1s

85.34% (-1.10%) compared to 52d515c

View this Pull Request on Codecov

85.34% (-1.10%) compared to 52d515c

Details

Codecov Report

Attention: Patch coverage is 56.08365% with 462 lines in your changes missing coverage. Please review.

Project coverage is 85.34%. Comparing base (52d515c) to head (1c55d91).
Report is 2 commits behind head on main.

Files with missing lines Patch % Lines
src/core/mustache/jq_value.rs 21.51% 332 Missing ⚠️
src/core/mustache/jq_transform.rs 77.51% 105 Missing ⚠️
src/core/path.rs 29.41% 12 Missing ⚠️
src/core/mustache/render_value.rs 91.93% 5 Missing ⚠️
src/core/mustache/eval.rs 57.14% 3 Missing ⚠️
src/core/http/request_template.rs 0.00% 2 Missing ⚠️
src/core/blueprint/dynamic_value.rs 87.50% 1 Missing ⚠️
src/core/ir/error.rs 50.00% 1 Missing ⚠️
src/core/mustache/parse.rs 97.29% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main    #3191      +/-   ##
==========================================
- Coverage   86.44%   85.34%   -1.10%     
==========================================
  Files         282      285       +3     
  Lines       28756    29734     +978     
==========================================
+ Hits        24858    25377     +519     
- Misses       3898     4357     +459     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.