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

Move PromiseCapability to stack #3528

Merged
merged 3 commits into from
Dec 22, 2023

Rename locals to register for consistency

f3a388a
Select commit
Loading
Failed to load commit list.
Merged

Move PromiseCapability to stack #3528

Rename locals to register for consistency
f3a388a
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Dec 22, 2023 in 0s

49.02% (+0.05%) compared to c2f145c

View this Pull Request on Codecov

49.02% (+0.05%) compared to c2f145c

Details

Codecov Report

Attention: 7 lines in your changes are missing coverage. Please review.

Comparison is base (c2f145c) 48.97% compared to head (f3a388a) 49.02%.
Report is 2 commits behind head on main.

Files Patch % Lines
core/engine/src/module/source.rs 0.00% 5 Missing ⚠️
core/engine/src/vm/call_frame/mod.rs 95.83% 2 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main    #3528      +/-   ##
==========================================
+ Coverage   48.97%   49.02%   +0.05%     
==========================================
  Files         471      471              
  Lines       48498    48550      +52     
==========================================
+ Hits        23752    23802      +50     
- Misses      24746    24748       +2     

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