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

Optimize string concatenation using << operator #617

Merged
merged 1 commit into from
Sep 8, 2024

Optimize string concatenation using `<<` operator

34dc8f2
Select commit
Loading
Failed to load commit list.
Merged

Optimize string concatenation using << operator #617

Optimize string concatenation using `<<` operator
34dc8f2
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Sep 8, 2024 in 0s

94.31% (-0.02%) compared to 64aaf01

View this Pull Request on Codecov

94.31% (-0.02%) compared to 64aaf01

Details

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 94.31%. Comparing base (64aaf01) to head (34dc8f2).

Additional details and impacted files
@@            Coverage Diff             @@
##           master     #617      +/-   ##
==========================================
- Coverage   94.32%   94.31%   -0.02%     
==========================================
  Files          17       17              
  Lines         458      457       -1     
==========================================
- Hits          432      431       -1     
  Misses         26       26              

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