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

dcdpr / jp / 26763651976
67%

Build:
DEFAULT BRANCH: main
Ran 01 Jun 2026 03:12PM UTC
Jobs 1
Files 397
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

01 Jun 2026 03:10PM UTC coverage: 66.105% (-0.01%) from 66.115%
26763651976

push

github

web-flow
fix(cli): Prevent turn loop from hanging on premature stream end (#709)

When a provider stream ends without a terminal `Finished` event (e.g. a
dropped or stalled connection), `SelectAll` would leave the loop pending
forever because the signal and tick sources never exhaust themselves.

A synthetic transient error is now chained to the end of the LLM stream
as a backstop. On a normal run, the loop breaks before this sentinel is
ever polled. On a premature end, the sentinel routes through the
existing retry path, consuming the retry budget and ultimately returning
an error rather than hanging indefinitely.

Two regression tests cover this: one asserts that a single premature end
surfaces as an error within a bounded timeout, and the other asserts
that the retry budget is fully consumed (1 initial attempt + N retries)
before the error is returned.

Signed-off-by: Jean Mertz <git@jeanmertz.com>

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

8 existing lines in 2 files now uncovered.

32975 of 49883 relevant lines covered (66.1%)

274.92 hits per line

Coverage Regressions

Lines Coverage ∆ File
7
81.86
-3.1% crates/contrib/schematic_macros/src/common/field.rs
1
90.74
-0.93% crates/contrib/schematic_macros/src/common/container.rs
Jobs
ID Job ID Ran Files Coverage
1 26763651976.1 01 Jun 2026 03:12PM UTC 397
66.1
GitHub Action Run
Source Files on build 26763651976
  • Tree
  • List 397
  • Changed 3
  • Source Changed 1
  • Coverage Changed 3
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Github Actions Build #26763651976
  • e787d477 on github
  • Prev Build on main (#26763245628)
  • Next Build on main (#26805122083)
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