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: enable POST requests batching with dl. #3140

Merged
merged 47 commits into from
Dec 10, 2024

refactor: update CI configuration and remove integration_test feature…

b8ce74a
Select commit
Loading
Failed to load commit list.
Merged

feat: enable POST requests batching with dl. #3140

refactor: update CI configuration and remove integration_test feature…
b8ce74a
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Dec 10, 2024 in 1s

86.78% (+0.12%) compared to 626b142

View this Pull Request on Codecov

86.78% (+0.12%) compared to 626b142

Details

Codecov Report

Attention: Patch coverage is 94.58204% with 35 lines in your changes missing coverage. Please review.

Project coverage is 86.78%. Comparing base (626b142) to head (b8ce74a).

Files with missing lines Patch % Lines
src/core/ir/request.rs 62.50% 9 Missing ⚠️
src/core/json/borrow.rs 0.00% 6 Missing ⚠️
src/core/json/serde.rs 0.00% 6 Missing ⚠️
src/core/http/data_loader_request.rs 80.00% 4 Missing ⚠️
src/core/json/graphql.rs 50.00% 3 Missing ⚠️
src/core/blueprint/operators/http.rs 96.77% 2 Missing ⚠️
src/core/http/data_loader.rs 96.66% 2 Missing ⚠️
src/core/http/request_template.rs 97.84% 2 Missing ⚠️
src/core/ir/eval_http.rs 94.44% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main    #3140      +/-   ##
==========================================
+ Coverage   86.66%   86.78%   +0.12%     
==========================================
  Files         278      281       +3     
  Lines       27924    28435     +511     
==========================================
+ Hits        24201    24678     +477     
- Misses       3723     3757      +34     

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