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

Implement flush with context #935

Open
wants to merge 8 commits into
base: master
Choose a base branch
from
Open

Implement flush with context #935

wants to merge 8 commits into from

Conversation

ribice
Copy link
Collaborator

@ribice ribice commented Dec 21, 2024

Resolves #746

@ribice ribice requested a review from cleptric December 21, 2024 17:37
Copy link

codecov bot commented Dec 21, 2024

Codecov Report

Attention: Patch coverage is 33.33333% with 20 lines in your changes missing coverage. Please review.

Project coverage is 83.42%. Comparing base (ade504d) to head (3f8bf08).

Files with missing lines Patch % Lines
hub.go 0.00% 7 Missing ⚠️
transport.go 62.50% 6 Missing ⚠️
sentry.go 0.00% 3 Missing ⚠️
client.go 0.00% 2 Missing ⚠️
logrus/logrusentry.go 0.00% 2 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##           master     #935      +/-   ##
==========================================
- Coverage   83.75%   83.42%   -0.33%     
==========================================
  Files          49       49              
  Lines        5139     5164      +25     
==========================================
+ Hits         4304     4308       +4     
- Misses        680      700      +20     
- Partials      155      156       +1     

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

@ribice ribice removed the request for review from cleptric December 21, 2024 18:11
@ribice ribice requested a review from cleptric December 22, 2024 09:06
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.

Flush to receive go context type
1 participant