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

refactor: use jit engine to handle REST API #3225

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

Merge branch 'main' into chore/remove-async-graphql-engine-rest

d0b5ce6
Select commit
Loading
Failed to load commit list.
Open

refactor: use jit engine to handle REST API #3225

Merge branch 'main' into chore/remove-async-graphql-engine-rest
d0b5ce6
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Dec 26, 2024 in 0s

86.39% (+0.06%) compared to e3a6026

View this Pull Request on Codecov

86.39% (+0.06%) compared to e3a6026

Details

Codecov Report

Attention: Patch coverage is 96.49123% with 6 lines in your changes missing coverage. Please review.

Project coverage is 86.39%. Comparing base (e3a6026) to head (d0b5ce6).

Files with missing lines Patch % Lines
src/core/jit/error.rs 0.00% 3 Missing ⚠️
src/core/rest/partial_request.rs 87.50% 2 Missing ⚠️
src/core/jit/graphql_executor.rs 97.87% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main    #3225      +/-   ##
==========================================
+ Coverage   86.32%   86.39%   +0.06%     
==========================================
  Files         282      282              
  Lines       28798    28825      +27     
==========================================
+ Hits        24860    24903      +43     
+ Misses       3938     3922      -16     

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