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

feat: llm bridge server communicates with zipper in memory way #996

Merged
merged 8 commits into from
Jan 26, 2025

fix: dispatch to downstream data race

eaee3e9
Select commit
Loading
Failed to load commit list.
Merged

feat: llm bridge server communicates with zipper in memory way #996

fix: dispatch to downstream data race
eaee3e9
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project failed Jan 23, 2025 in 1s

46.57% (-0.33%) compared to 6152a12

View this Pull Request on Codecov

46.57% (-0.33%) compared to 6152a12

Details

Codecov Report

Attention: Patch coverage is 47.50000% with 126 lines in your changes missing coverage. Please review.

Project coverage is 46.57%. Comparing base (6152a12) to head (eaee3e9).

Files with missing lines Patch % Lines
pkg/bridge/ai/reducer.go 0.00% 75 Missing ⚠️
pkg/listener/mem/mem.go 83.01% 16 Missing and 2 partials ⚠️
cli/serve.go 0.00% 12 Missing ⚠️
pkg/bridge/ai/api_server.go 0.00% 8 Missing ⚠️
core/server_options.go 0.00% 4 Missing ⚠️
options.go 0.00% 4 Missing ⚠️
core/server.go 88.00% 3 Missing ⚠️
pkg/bridge/ai/service.go 66.66% 2 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##           master     #996      +/-   ##
==========================================
- Coverage   46.89%   46.57%   -0.33%     
==========================================
  Files          97       99       +2     
  Lines        6721     6916     +195     
==========================================
+ Hits         3152     3221      +69     
- Misses       3370     3497     +127     
+ Partials      199      198       -1     

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