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

feat: use strings.Builder to save memory #650

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

feat: use `strings.Builder` to save memory

ac5dc58
Select commit
Failed to load commit list.
Open

feat: use strings.Builder to save memory #650

feat: use `strings.Builder` to save memory
ac5dc58
Select commit
Failed to load commit list.
Codecov / codecov/project succeeded Mar 18, 2024 in 1s

81.12% (+0.06%) compared to 1a9d517

View this Pull Request on Codecov

81.12% (+0.06%) compared to 1a9d517

Details

Codecov Report

Attention: Patch coverage is 96.93878% with 3 lines in your changes are missing coverage. Please review.

Project coverage is 81.12%. Comparing base (1a9d517) to head (ac5dc58).
Report is 1 commits behind head on master.

Files Patch % Lines
bulletlist_printer.go 80.00% 2 Missing ⚠️
interactive_select_printer.go 83.33% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##           master     #650      +/-   ##
==========================================
+ Coverage   81.05%   81.12%   +0.06%     
==========================================
  Files          33       33              
  Lines        4176     4196      +20     
==========================================
+ Hits         3385     3404      +19     
- Misses        718      719       +1     
  Partials       73       73              

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