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

go-pkgz / pool / 32205539369
97%

Build:
DEFAULT BRANCH: master
Ran 19 Aug 2026 01:38AM UTC
Jobs 1
Files 4
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: 96.739% (+0.4%) from 96.389%
32205539369

push

github

web-flow
fix cancellation reported as successful completion (#9)

when the caller's context is cancelled and both input channels are closed, all
select cases are ready at once and the scheduler decides which one wins. taking
the drained-channel exit left lastErr nil, so Close reported success and
poolCompleteFn ran on an aborted run.

join the caller's context error into the both-closed exit, and the accumulated
lastErr into the cancellation exit, so both report the same thing. checked on the
context passed to Go rather than the errgroup one, which is also cancelled by a
failing worker and would misreport a peer's failure as caller cancellation.

9 of 9 new or added lines in 1 file covered. (100.0%)

623 of 644 relevant lines covered (96.74%)

155150.64 hits per line

Jobs
ID Job ID Ran Files Coverage
1 32205539369.1 19 Aug 2026 01:38AM UTC 4
96.74
GitHub Action Run
Source Files on build 32205539369
  • Tree
  • List 4
  • Changed 1
  • Source Changed 0
  • Coverage Changed 1
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • b1761c67 on github
  • Prev Build on master (#20560320616)
  • Next Build on master (#32218810484)
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