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

Refactor RawJsString's representation to make JsStrings construction from string literal heap-allocation free #3935

Merged
merged 19 commits into from
Aug 12, 2024

chore: Mark `TaggedLen` as `repr(transparent)`

1cbec41
Select commit
Loading
Failed to load commit list.
Merged

Refactor RawJsString's representation to make JsStrings construction from string literal heap-allocation free #3935

chore: Mark `TaggedLen` as `repr(transparent)`
1cbec41
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Jul 30, 2024 in 1s

51.57% (+4.33%) compared to 6ddc2b4

View this Pull Request on Codecov

51.57% (+4.33%) compared to 6ddc2b4

Details

Codecov Report

Attention: Patch coverage is 79.16667% with 10 lines in your changes missing coverage. Please review.

Project coverage is 51.57%. Comparing base (6ddc2b4) to head (1cbec41).
Report is 221 commits behind head on main.

Files Patch % Lines
core/string/src/lib.rs 78.26% 10 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main    #3935      +/-   ##
==========================================
+ Coverage   47.24%   51.57%   +4.33%     
==========================================
  Files         476      468       -8     
  Lines       46892    44983    -1909     
==========================================
+ Hits        22154    23202    +1048     
+ Misses      24738    21781    -2957     

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