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

perf: Optimize async iterator to eliminate the need for await #65

Merged
merged 1 commit into from
Oct 10, 2024

Conversation

chyroc
Copy link
Collaborator

@chyroc chyroc commented Oct 10, 2024

  • Improved async iterator to function without requiring await

@chyroc chyroc added the feature label Oct 10, 2024
Copy link

codecov bot commented Oct 10, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 98.81%. Comparing base (4e5547e) to head (2ef5ddd).
Report is 1 commits behind head on main.

@@            Coverage Diff             @@
##             main      #65      +/-   ##
==========================================
+ Coverage   98.76%   98.81%   +0.05%     
==========================================
  Files          38       38              
  Lines        2343     2364      +21     
==========================================
+ Hits         2314     2336      +22     
+ Misses         29       28       -1     
Files with missing lines Coverage Δ
cozepy/chat/__init__.py 100.00% <100.00%> (ø)
cozepy/model.py 100.00% <100.00%> (ø)
cozepy/workflows/runs/__init__.py 100.00% <100.00%> (ø)
tests/test_chat.py 100.00% <100.00%> (ø)
tests/test_workflow.py 100.00% <100.00%> (ø)

... and 1 file with indirect coverage changes

@chyroc chyroc merged commit ea2f3b4 into main Oct 10, 2024
13 checks passed
@chyroc chyroc deleted the opt-async-iterator branch October 10, 2024 05:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant