boa-dev / boa

Boa is an embeddable and experimental Javascript engine written in Rust. Currently, it has support for some of the language.
MIT License
4.82k stars 385 forks source link

Add groupCollapsed #3867

Closed leoflalv closed 1 month ago

leoflalv commented 1 month ago

This Pull Request fixes/closes #3805.

It changes the following:

codecov[bot] commented 1 month ago

Codecov Report

Attention: Patch coverage is 33.33333% with 2 lines in your changes are missing coverage. Please review.

Project coverage is 50.77%. Comparing base (6ddc2b4) to head (1101c51). Report is 170 commits behind head on main.

Files Patch % Lines
core/runtime/src/console/mod.rs 33.33% 2 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #3867 +/- ## ========================================== + Coverage 47.24% 50.77% +3.52% ========================================== Files 476 467 -9 Lines 46892 45272 -1620 ========================================== + Hits 22154 22986 +832 + Misses 24738 22286 -2452 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.