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

Adding TryFromJs implementations for BTreeMap and HashMap #3844

Closed hansl closed 1 month ago

codecov[bot] commented 2 months ago

Codecov Report

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

Project coverage is 50.78%. Comparing base (6ddc2b4) to head (ff790f6). Report is 173 commits behind head on main.

Files Patch % Lines
...e/src/value/conversions/try_from_js/collections.rs 69.23% 8 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #3844 +/- ## ========================================== + Coverage 47.24% 50.78% +3.54% ========================================== Files 476 468 -8 Lines 46892 45296 -1596 ========================================== + Hits 22154 23004 +850 + Misses 24738 22292 -2446 ```

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