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

Implement the array-grouping proposal #3420

Merged
merged 1 commit into from
Oct 25, 2023

Implement the `array-grouping` proposal

973e0b0
Select commit
Loading
Failed to load commit list.
Merged

Implement the array-grouping proposal #3420

Implement the `array-grouping` proposal
973e0b0
Select commit
Loading
Failed to load commit list.
This check has been archived and is scheduled for deletion. Learn more about checks retention
Codecov / codecov/project succeeded Oct 25, 2023 in 1s

45.40% (-0.06%) compared to 808a08a

View this Pull Request on Codecov

45.40% (-0.06%) compared to 808a08a

Details

Codecov Report

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

Comparison is base (808a08a) 45.45% compared to head (973e0b0) 45.40%.
Report is 1 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #3420      +/-   ##
==========================================
- Coverage   45.45%   45.40%   -0.06%     
==========================================
  Files         483      483              
  Lines       49743    49808      +65     
==========================================
+ Hits        22613    22615       +2     
- Misses      27130    27193      +63     
Files Coverage Δ
boa_engine/src/builtins/object/mod.rs 59.29% <12.50%> (-3.75%) ⬇️
boa_engine/src/builtins/map/mod.rs 65.65% <8.33%> (-12.88%) ⬇️

... and 2 files with indirect coverage changes

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