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

Add From<Cow<'a, str>> for JsString #4134

Merged
merged 2 commits into from
Jan 15, 2025

chore: marked as inline

ff55474
Select commit
Loading
Failed to load commit list.
Merged

Add From<Cow<'a, str>> for JsString #4134

chore: marked as inline
ff55474
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Jan 15, 2025 in 1s

53.75% (+6.51%) compared to 6ddc2b4

View this Pull Request on Codecov

53.75% (+6.51%) compared to 6ddc2b4

Details

Codecov Report

Attention: Patch coverage is 0% with 4 lines in your changes missing coverage. Please review.

Project coverage is 53.75%. Comparing base (6ddc2b4) to head (ff55474).
Report is 343 commits behind head on main.

Files with missing lines Patch % Lines
core/string/src/lib.rs 0.00% 4 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main    #4134      +/-   ##
==========================================
+ Coverage   47.24%   53.75%   +6.51%     
==========================================
  Files         476      485       +9     
  Lines       46892    48460    +1568     
==========================================
+ Hits        22154    26050    +3896     
+ Misses      24738    22410    -2328     

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