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 10 commits into
base: master
Choose a base branch
from
Open

Implement flush with context #935

wants to merge 10 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.39%. Comparing base (109fca1) to head (f73ddb5).

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.64%   83.39%   -0.26%     
==========================================
  Files          49       49              
  Lines        5129     5154      +25     
==========================================
+ Hits         4290     4298       +8     
- Misses        682      700      +18     
+ Partials      157      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
@ribice
Copy link
Collaborator Author

ribice commented Dec 30, 2024

The only thing failing here is the coverage. Do I have to 'fix' it or we can merge as-is?

@cleptric
Copy link
Member

cleptric commented Jan 2, 2025

Do we have docs for this?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Flush to receive go context type
2 participants