• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

nogipx / rpc_dart / 27786370273
84%

Build:
DEFAULT BRANCH: main
Ran 18 Jun 2026 08:13PM UTC
Jobs 1
Files 70
Run time 1min
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

18 Jun 2026 08:08PM UTC coverage: 83.711% (+0.02%) from 83.692%
27786370273

push

github

nogipx
perf(rpc_dart_http): route messages per-stream instead of broadcast+filter

Caller and responder funnelled every message onto one broadcast and re-filtered
it per stream (.where(streamId == id)), O(active-streams) per message under
concurrent unary calls. Each stream now gets a dedicated controller. This also
fixes a latent leak: the caller added a stream-scoped error to the broadcast,
surfacing it on EVERY concurrent call's subscriber -- errors now go to the
owning stream's controller. Transport-close still errors in-flight calls.
40 tests green.

4908 of 5863 relevant lines covered (83.71%)

10.84 hits per line

Coverage Regressions

Lines Coverage ∆ File
2
98.28
-0.75% packages/core/rpc_dart/lib/src/rpc/transports/channel_transport.dart
Jobs
ID Job ID Ran Files Coverage
1 27786370273.1 18 Jun 2026 08:13PM UTC 70
83.71
GitHub Action Run
Source Files on build 27786370273
  • Tree
  • List 70
  • Changed 1
  • Source Changed 1
  • Coverage Changed 1
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Github Actions Build #27786370273
  • 8e29f18a on github
  • Prev Build on main (#27782999451)
  • Next Build on main (#27787134766)
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc