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

go-pkgz / flow / 32205531340
91%

Build:
DEFAULT BRANCH: master
Ran 19 Aug 2026 01:37AM UTC
Jobs 1
Files 3
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

19 Aug 2026 01:36AM UTC coverage: 87.368%. Remained the same
32205531340

push

github

web-flow
fix Submit blocking forever and racing on the batch buffer (#5)

Submit sent to worker channels unconditionally, so a submit blocked after
the pool terminated - worker failure or canceled context - never returned
as no worker was left to receive. Sends now select on the pool termination
signal, such records may be dropped instead of blocking the producer.

Concurrent submits mutated the shared per-worker batch buffer without any
synchronisation, losing or duplicating records despite the thread-safe
contract. The append/check/copy/send/reset section is now guarded by a
per-worker mutex, keeping parallelism across workers.

166 of 190 relevant lines covered (87.37%)

119.64 hits per line

Jobs
ID Job ID Ran Files Coverage
1 32205531340.1 19 Aug 2026 01:36AM UTC 3
87.37
GitHub Action Run
Source Files on build 32205531340
  • Tree
  • List 3
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • 7445d15f on github
  • Prev Build on master (#19903561438)
  • Next Build on master (#32206008577)
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE TRIAL · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc