Skip to content

perf: avoid unnecessary calls of `to_string` in `cow_*`

7a1108b
Select commit
Loading
Failed to load commit list.
Merged

Avoid unnecessary calls of to_string in cow_* #4166

perf: avoid unnecessary calls of `to_string` in `cow_*`
7a1108b
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 Feb 19, 2025 in 0s

52.95% (+5.71%) compared to 6ddc2b4

View this Pull Request on Codecov

52.95% (+5.71%) compared to 6ddc2b4

Details

Codecov Report

Attention: Patch coverage is 25.00000% with 9 lines in your changes missing coverage. Please review.

Project coverage is 52.95%. Comparing base (6ddc2b4) to head (7a1108b).
Report is 373 commits behind head on main.

Files with missing lines Patch % Lines
core/engine/src/builtins/string/mod.rs 0.00% 7 Missing ⚠️
core/engine/src/builtins/number/mod.rs 75.00% 1 Missing ⚠️
.../engine/src/builtins/temporal/zoneddatetime/mod.rs 0.00% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main    #4166      +/-   ##
==========================================
+ Coverage   47.24%   52.95%   +5.71%     
==========================================
  Files         476      488      +12     
  Lines       46892    52472    +5580     
==========================================
+ Hits        22154    27789    +5635     
+ Misses      24738    24683      -55     

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