Skip to content

feat(protocol): new sse pkg #1335

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

Merged
merged 1 commit into from
Apr 24, 2025
Merged

feat(protocol): new sse pkg #1335

merged 1 commit into from
Apr 24, 2025

Conversation

xiaost
Copy link
Contributor

@xiaost xiaost commented Apr 17, 2025

What type of PR is this?

feat

Check the PR title.

  • This PR title match the format: <type>(optional scope): <description>
  • The description of this PR title is user-oriented and clear enough for others to understand.
  • Attach the PR updating the user documentation if the current PR requires user awareness at the usage level. User docs repo

(Optional) Translate the PR title into Chinese.

(Optional) More detailed description for this PR(en: English/zh: Chinese).

en: new sse pkg for reading and writing server-sent events
zh(optional):

(Optional) Which issue(s) this PR fixes:

(Optional) The PR that updates user documentation:

Copy link

codecov bot commented Apr 17, 2025

Codecov Report

Attention: Patch coverage is 94.69388% with 13 lines in your changes missing coverage. Please review.

Project coverage is 73.42%. Comparing base (bd76044) to head (56b0d0d).
Report is 1 commits behind head on develop.

Files with missing lines Patch % Lines
pkg/protocol/sse/reader.go 88.23% 8 Missing and 2 partials ⚠️
pkg/protocol/sse/writer.go 96.47% 2 Missing and 1 partial ⚠️
Additional details and impacted files
@@             Coverage Diff             @@
##           develop    #1335      +/-   ##
===========================================
+ Coverage    73.10%   73.42%   +0.31%     
===========================================
  Files          139      144       +5     
  Lines        16315    16560     +245     
===========================================
+ Hits         11927    12159     +232     
- Misses        3803     3813      +10     
- Partials       585      588       +3     

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

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

@xiaost xiaost marked this pull request as ready for review April 17, 2025 09:49
@xiaost xiaost requested review from a team as code owners April 17, 2025 09:49
@xiaost xiaost force-pushed the feat-sse branch 3 times, most recently from 97116bb to 54a73ee Compare April 22, 2025 09:58
DMwangnima
DMwangnima previously approved these changes Apr 23, 2025
@xiaost xiaost force-pushed the feat-sse branch 4 times, most recently from ce7abea to f46b662 Compare April 24, 2025 05:52
@xiaost xiaost merged commit 5a39ca9 into develop Apr 24, 2025
29 checks passed
@xiaost xiaost deleted the feat-sse branch April 24, 2025 08:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

3 participants