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

go-pkgz / flow / 32221200476
91%

Build:
DEFAULT BRANCH: master
Ran 19 Aug 2026 05:54AM UTC
Jobs 1
Files 7
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 05:54AM UTC coverage: 90.618% (+0.4%) from 90.192%
32221200476

push

github

web-flow
make flow tests deterministic (#11)

TestFlowWithTimeout gave 100 inputs to 40 workers sleeping a second each,
so the work needed exactly the three seconds of its own deadline and the
race between them decided whether the flow was canceled at all. It failed
about one run in ten. Progress is now released by the test, one input per
worker and no more, so the deadline always lands with inputs left and the
assertion counts what was processed instead of measuring elapsed time.
The test also takes 0.5s instead of 3s.

The cancellation path in merge was covered only when a merge goroutine
happened to be blocked in Send at cancellation, which moved the reported
coverage between identical runs and failed the coveralls check on pull
requests. TestFlowParallelCanceledOnMerge covers both paths every run: the
stage below the merge never reads its input, so the record emitted by the
first worker can only leave through the canceled context, while the second
worker closes its channel without emitting.

425 of 469 relevant lines covered (90.62%)

2716.22 hits per line

Jobs
ID Job ID Ran Files Coverage
1 32221200476.1 19 Aug 2026 05:54AM UTC 7
90.62
GitHub Action Run
Source Files on build 32221200476
  • Tree
  • List 7
  • Changed 1
  • Source Changed 0
  • Coverage Changed 1
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • b7ab5932 on github
  • Prev Build on master (#32218800918)
  • Next Build on master (#32221567700)
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