Skip to content

Reuse pre-built args HashSet in handle_tokenize#15

Merged
jserv merged 1 commit intomainfrom
improve
Feb 11, 2026
Merged

Reuse pre-built args HashSet in handle_tokenize#15
jserv merged 1 commit intomainfrom
improve

Conversation

@jserv
Copy link
Copy Markdown
Owner

@jserv jserv commented Feb 11, 2026

This passes existing HashSet<&str> from main() instead of rebuilding it from the raw args slice. Move the HashSet import to module scope.

This passes existing HashSet<&str> from main() instead of rebuilding it
from the raw args slice. Move the HashSet import to module scope.
@codecov
Copy link
Copy Markdown

codecov bot commented Feb 11, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 68.40%. Comparing base (511ea60) to head (2f77d04).
⚠️ Report is 2 commits behind head on main.

Additional details and impacted files

Impacted file tree graph

@@           Coverage Diff           @@
##             main      #15   +/-   ##
=======================================
  Coverage   68.40%   68.40%           
=======================================
  Files          11       11           
  Lines         769      769           
=======================================
  Hits          526      526           
  Misses        243      243           
Flag Coverage Δ
unittests 68.40% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@jserv jserv merged commit 2f4404b into main Feb 11, 2026
7 checks passed
@jserv jserv deleted the improve branch February 11, 2026 22:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant