Init server/scheduler package and use it as proxy for queue & pubsub#6418
Merged
lafriks merged 1 commit intoApr 10, 2026
Merged
Codecov / codecov/project
failed
Apr 10, 2026 in 0s
35.39% (-0.06%) compared to d1c1da1
View this Pull Request on Codecov
35.39% (-0.06%) compared to d1c1da1
Details
Codecov Report
❌ Patch coverage is 6.55738% with 57 lines in your changes missing coverage. Please review.
✅ Project coverage is 35.39%. Comparing base (d1c1da1) to head (45d4130).
| Files with missing lines | Patch % | Lines |
|---|---|---|
| server/scheduler/proxy.go | 0.00% | 26 Missing |
| server/rpc/rpc.go | 25.00% | 6 Missing |
| server/api/agent.go | 28.57% | 5 Missing |
| server/scheduler/scheduler.go | 0.00% | 5 Missing |
| server/api/queue.go | 0.00% | 4 Missing |
| cmd/server/setup.go | 0.00% | 3 Missing |
| server/rpc/server.go | 0.00% | 2 Missing |
| cmd/server/grpc_server.go | 0.00% | 1 Missing |
| cmd/server/metrics_server.go | 0.00% | 1 Missing |
| server/api/stream.go | 0.00% | 1 Missing |
| ... and 3 more |
Additional details and impacted files
@@ Coverage Diff @@
## main #6418 +/- ##
==========================================
- Coverage 35.45% 35.39% -0.06%
==========================================
Files 427 429 +2
Lines 28659 28689 +30
==========================================
- Hits 10160 10155 -5
- Misses 17569 17603 +34
- Partials 930 931 +1 ☔ 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.
- 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.
Loading