Skip to content

doc fix

e324a18
Select commit
Loading
Failed to load commit list.
Open

Stack alloc reduce #4191

doc fix
e324a18
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Apr 6, 2026 in 1s

52.78% (+5.54%) compared to 6ddc2b4

View this Pull Request on Codecov

52.78% (+5.54%) compared to 6ddc2b4

Details

Codecov Report

❌ Patch coverage is 71.97232% with 162 lines in your changes missing coverage. Please review.
✅ Project coverage is 52.78%. Comparing base (6ddc2b4) to head (e324a18).
⚠️ Report is 932 commits behind head on main.

Files with missing lines Patch % Lines
core/parser/src/parser/expression/primary/mod.rs 45.45% 60 Missing ⚠️
core/parser/src/parser/expression/mod.rs 76.08% 22 Missing ⚠️
...ore/parser/src/parser/expression/assignment/mod.rs 68.65% 21 Missing ⚠️
...parser/src/parser/expression/left_hand_side/mod.rs 52.27% 21 Missing ⚠️
...ser/src/parser/expression/left_hand_side/member.rs 62.96% 10 Missing ⚠️
core/parser/src/parser/expression/update.rs 91.11% 4 Missing ⚠️
core/ast/src/expression/call.rs 62.50% 3 Missing ⚠️
core/ast/src/expression/operator/binary/mod.rs 62.50% 3 Missing ⚠️
...e/parser/src/parser/expression/assignment/yield.rs 40.00% 3 Missing ⚠️
...arser/src/parser/expression/left_hand_side/call.rs 70.00% 3 Missing ⚠️
... and 10 more
Additional details and impacted files
@@            Coverage Diff             @@
##             main    #4191      +/-   ##
==========================================
+ Coverage   47.24%   52.78%   +5.54%     
==========================================
  Files         476      488      +12     
  Lines       46892    52236    +5344     
==========================================
+ Hits        22154    27575    +5421     
+ Misses      24738    24661      -77     

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

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.