Skip to content

feat: add index out of bounds check

e32d58a
Select commit
Loading
Failed to load commit list.
Merged

feat: add index out of bounds check #442

feat: add index out of bounds check
e32d58a
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Mar 27, 2025 in 1s

84.88% (target 85.00%)

View this Pull Request on Codecov

84.88% (target 85.00%)

Details

Codecov Report

Attention: Patch coverage is 83.82353% with 22 lines in your changes missing coverage. Please review.

Project coverage is 84.88%. Comparing base (f14abbc) to head (e32d58a).

Files with missing lines Patch % Lines
src/ast/builder/llvmbuilder.rs 27.27% 8 Missing ⚠️
vm/src/lib.rs 0.00% 8 Missing ⚠️
src/ast/builder/no_op_builder.rs 33.33% 6 Missing ⚠️
Additional details and impacted files

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #442      +/-   ##
==========================================
+ Coverage   84.82%   84.88%   +0.05%     
==========================================
  Files         100      100              
  Lines       26570    26704     +134     
==========================================
+ Hits        22538    22667     +129     
- Misses       4032     4037       +5     
Files with missing lines Coverage Δ
src/ast/builder/mod.rs 100.00% <ø> (ø)
src/ast/node/primary.rs 90.23% <100.00%> (+2.15%) ⬆️
src/ast/test.rs 95.70% <100.00%> (+0.35%) ⬆️
src/utils/read_config.rs 66.51% <ø> (ø)
src/ast/builder/no_op_builder.rs 86.18% <33.33%> (+0.60%) ⬆️
src/ast/builder/llvmbuilder.rs 91.80% <27.27%> (+0.05%) ⬆️
vm/src/lib.rs 0.00% <0.00%> (ø)
🚀 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.