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

Check if stream is already closed #672

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

Check if stream is already closed #672

wants to merge 1 commit into from

Conversation

PGijsbers
Copy link
Collaborator

@PGijsbers PGijsbers commented Dec 13, 2024

Relates to #664

Actually - perhaps the use of io.StringIO is a bit overkill here? How many print statements without newline are we expecting realistically? We could also eat the overhead and use regular string concatenation (still wouldn't solve root cause).

@codecov-commenter
Copy link

codecov-commenter commented Dec 13, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Please upload report for BASE (master@98bf554). Learn more about missing BASE report.

Additional details and impacted files
@@            Coverage Diff            @@
##             master     #672   +/-   ##
=========================================
  Coverage          ?   70.85%           
=========================================
  Files             ?       55           
  Lines             ?     6855           
  Branches          ?        0           
=========================================
  Hits              ?     4857           
  Misses            ?     1998           
  Partials          ?        0           

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

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.

2 participants