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

stacklok / toolhive / 30374909430
70%

Build:
DEFAULT BRANCH: main
Ran 28 Jul 2026 03:53PM UTC
Jobs 1
Files 853
Run time 2min
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

28 Jul 2026 03:45PM UTC coverage: 69.893% (+0.02%) from 69.87%
30374909430

push

github

web-flow
Deflake TestWorkflowEngine_ParallelExecution (#6112)

The test asserted maxConcurrent >= 2 to prove the two independent
level-1 steps run in parallel, but that counter only reaches 2 when the
two 50ms mock sleeps overlap in wall-clock time. On a loaded CI runner
the second goroutine can be starved and start only after the first
already finished, leaving maxConcurrent at 1 and failing the test
regardless of the diff under test. This flaked the unit-test job on
main (previously "deflaked" in #4333, which only reduced but did not
remove the timing dependence).

Replace the sleeps with a rendezvous barrier: each fetch step blocks on
entry until both have arrived, so neither can complete until the other
has started. This makes the concurrency assertion deterministic under
any scheduler load, and turns a genuine regression to sequential
execution into a clear timeout failure instead of a lucky pass.

Co-authored-by: Claude Opus 4.8 (1M context) <noreply@anthropic.com>

81792 of 117024 relevant lines covered (69.89%)

97.48 hits per line

Coverage Regressions

Lines Coverage ∆ File
137
52.6
-0.05% cmd/thv/app/run_flags.go
88
34.18
-0.45% pkg/runner/protocol.go
12
21.82
-1.62% cmd/thv/app/build.go
3
80.56
-0.7% pkg/transport/proxy/httpsse/http_proxy.go
2
96.05
0.0% pkg/authserver/storage/memory.go
2
73.78
-0.24% pkg/transport/proxy/streamable/streamable_proxy.go
Jobs
ID Job ID Ran Files Coverage
1 30374909430.1 28 Jul 2026 03:53PM UTC 853
69.89
GitHub Action Run
Source Files on build 30374909430
  • Tree
  • List 853
  • Changed 15
  • Source Changed 5
  • Coverage Changed 15
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Github Actions Build #30374909430
  • de0469ee on github
  • Prev Build on main (#30374920773)
  • Next Build on main (#30376052943)
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