Skip to content

fix(object/ ): convert remaining panics to EngineError::Panic#5311

Open
KaustubhOG wants to merge 1 commit into
boa-dev:mainfrom
KaustubhOG:fix/object-followup
Open

fix(object/ ): convert remaining panics to EngineError::Panic#5311
KaustubhOG wants to merge 1 commit into
boa-dev:mainfrom
KaustubhOG:fix/object-followup

fix(object/operations,string): convert remaining panics to EngineErro…

ab5705d
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Jul 15, 2026 in 1s

59.77% (+12.52%) compared to 6ddc2b4

View this Pull Request on Codecov

59.77% (+12.52%) compared to 6ddc2b4

Details

Codecov Report

❌ Patch coverage is 56.25000% with 21 lines in your changes missing coverage. Please review.
✅ Project coverage is 59.77%. Comparing base (6ddc2b4) to head (ab5705d).
⚠️ Report is 989 commits behind head on main.

Files with missing lines Patch % Lines
core/engine/src/object/internal_methods/string.rs 25.00% 12 Missing ⚠️
core/engine/src/object/builtins/jsdataview.rs 0.00% 5 Missing ⚠️
core/engine/src/object/operations.rs 50.00% 4 Missing ⚠️
Additional details and impacted files
@@             Coverage Diff             @@
##             main    #5311       +/-   ##
===========================================
+ Coverage   47.24%   59.77%   +12.52%     
===========================================
  Files         476      589      +113     
  Lines       46892    63690    +16798     
===========================================
+ Hits        22154    38069    +15915     
- Misses      24738    25621      +883     

☔ View full report in Codecov by Harness.
📢 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.