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(js): JS based resolvers #1867

Merged
merged 31 commits into from
May 24, 2024

drop `DefaultJsRuntime`

8f69141
Select commit
Loading
Failed to load commit list.
Merged

feat(js): JS based resolvers #1867

drop `DefaultJsRuntime`
8f69141
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded May 24, 2024 in 1s

82.69% (+0.09%) compared to 4cca178

View this Pull Request on Codecov

82.69% (+0.09%) compared to 4cca178

Details

Codecov Report

Attention: Patch coverage is 91.60305% with 11 lines in your changes are missing coverage. Please review.

Project coverage is 82.69%. Comparing base (4cca178) to head (8f69141).

Files Patch % Lines
src/cli/javascript/runtime.rs 92.59% 4 Missing ⚠️
src/core/lambda/io.rs 81.81% 2 Missing ⚠️
tailcall-aws-lambda/src/runtime.rs 0.00% 2 Missing ⚠️
tailcall-cloudflare/src/runtime.rs 0.00% 2 Missing ⚠️
src/cli/runtime/mod.rs 93.75% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main    #1867      +/-   ##
==========================================
+ Coverage   82.60%   82.69%   +0.09%     
==========================================
  Files         174      175       +1     
  Lines       17930    18022      +92     
==========================================
+ Hits        14811    14904      +93     
+ Misses       3119     3118       -1     

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