tailcallhq / tailcall

High Performance GraphQL Runtime
https://tailcall.run
Apache License 2.0
1.28k stars 244 forks source link

feat(jit): support introspection in JIT #2769

Closed laststylebender14 closed 1 month ago

laststylebender14 commented 1 month ago

Summary:
Briefly describe the changes made in this PR.

Issue Reference(s):
Fixes #... (Replace "..." with the issue number)

Build & Testing:

Checklist:

codecov[bot] commented 1 month ago

Codecov Report

Attention: Patch coverage is 79.68750% with 26 lines in your changes missing coverage. Please review.

Project coverage is 86.76%. Comparing base (075e1f8) to head (5cf9433). Report is 1 commits behind head on main.

Files with missing lines Patch % Lines
src/core/jit/graphql_executor.rs 36.66% 19 Missing :warning:
src/core/jit/model.rs 75.00% 3 Missing :warning:
src/core/lift.rs 0.00% 3 Missing :warning:
src/core/jit/builder.rs 92.85% 1 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #2769 +/- ## ========================================== - Coverage 86.80% 86.76% -0.04% ========================================== Files 254 254 Lines 25026 25147 +121 ========================================== + Hits 21723 21818 +95 - Misses 3303 3329 +26 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.