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

Introduce String.split function #2791

Merged
merged 4 commits into from
Sep 25, 2023

Remove unnecessary transfer call

e7a7725
Select commit
Loading
Failed to load commit list.
Merged

Introduce String.split function #2791

Remove unnecessary transfer call
e7a7725
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Sep 24, 2023 in 1s

79.84% (+0.11%) compared to a88e5eb

View this Pull Request on Codecov

79.84% (+0.11%) compared to a88e5eb

Details

Codecov Report

Patch coverage: 94.73% and project coverage change: +0.11% 🎉

Comparison is base (a88e5eb) 79.73% compared to head (e7a7725) 79.84%.
Report is 26 commits behind head on feature/stable-cadence.

Additional details and impacted files
@@                    Coverage Diff                     @@
##           feature/stable-cadence    #2791      +/-   ##
==========================================================
+ Coverage                   79.73%   79.84%   +0.11%     
==========================================================
  Files                         342      343       +1     
  Lines                       80778    81056     +278     
==========================================================
+ Hits                        64407    64719     +312     
+ Misses                      14063    14027      -36     
- Partials                     2308     2310       +2     
Files Changed Coverage Δ
runtime/interpreter/value.go 67.15% <93.75%> (+0.06%) ⬆️
runtime/sema/string_type.go 96.42% <100.00%> (+0.20%) ⬆️

... and 17 files with indirect coverage changes

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