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

umputun / ralphex / 27162441402
84%

Build:
DEFAULT BRANCH: master
Ran 08 Jun 2026 07:44PM UTC
Jobs 1
Files 55
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

08 Jun 2026 07:42PM UTC coverage: 83.432% (-0.1%) from 83.552%
27162441402

push

github

web-flow
fix: retry transient HTTP errors (529/502/503/504) without --wait (#377)

529 Overloaded and the 502/503/504 gateway errors were in claude_limit_patterns,
which only retries when --wait is set, and then waits the full quota duration.
without --wait a transient 529 hard-failed the run (seen during claude review 2).

these are short-lived server hiccups, not account-quota limits, so they move to
claude_retry_patterns: checked first, auto-retried via the existing timeout path,
no --wait needed, bounded by iteration limits. 500 stays out since it can be a
deterministic failure, still caught by the broad `API Error:` error pattern.

also add a fixed 5s backoff before re-running a timed-out or transiently-failed
iteration in the task and review loops, so retries don't hammer immediately.

4 of 8 new or added lines in 2 files covered. (50.0%)

10 existing lines in 3 files now uncovered.

7624 of 9138 relevant lines covered (83.43%)

226.89 hits per line

Uncovered Changes

Lines Coverage ∆ File
2
85.88
-1.92% pkg/processor/phase/review.go
2
83.19
-1.29% pkg/processor/phase/task.go

Coverage Regressions

Lines Coverage ∆ File
7
78.24
-3.63% pkg/web/watcher.go
2
84.88
-1.16% pkg/web/dashboard.go
1
91.1
0.34% pkg/web/session_manager.go
Jobs
ID Job ID Ran Files Coverage
1 27162441402.1 08 Jun 2026 07:44PM UTC 55
83.43
GitHub Action Run
Source Files on build 27162441402
  • Tree
  • List 55
  • Changed 6
  • Source Changed 0
  • Coverage Changed 6
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • ec5d829f on github
  • Prev Build on refs/tags/v1.5.0 (#26872996768)
  • Next Build on master (#27162656317)
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