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

dcdpr / jp / 28717676749
69%

Build:
DEFAULT BRANCH: main
Ran 04 Jul 2026 07:50PM UTC
Jobs 1
Files 432
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

04 Jul 2026 07:48PM UTC coverage: 68.113% (+0.003%) from 68.11%
28717676749

push

github

web-flow
fix(llm): Retry proxy upstream failures as transient (#843)

Some proxy and gateway errors between the client and the provider report
failures in bodies that don't match any provider's error envelope, so
they land in the catch-all `StreamErrorKind::Other` bucket and were
treated as non-retryable. Retrying these usually succeeds since the
failure is on the network path, not the request itself.

`StreamError::is_retryable` now also checks `Other`-kind errors for
transient network patterns in the error message, such as "upstream
unreachable", "no healthy upstream", "upstream connect error"
(envoy-style proxies), and "network is unreachable" / "host unreachable"
(transport errors). Errors matching these patterns are now retried
automatically instead of surfacing as a hard failure.

---------

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

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

38625 of 56707 relevant lines covered (68.11%)

691.41 hits per line

Jobs
ID Job ID Ran Files Coverage
1 28717676749.1 04 Jul 2026 07:50PM UTC 432
68.11
GitHub Action Run
Source Files on build 28717676749
  • Tree
  • List 432
  • Changed 1
  • Source Changed 1
  • Coverage Changed 1
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Github Actions Build #28717676749
  • 80b7fa07 on github
  • Prev Build on main (#28680686760)
  • Next Build on main (#28774224049)
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