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

supabase / cli / 28155581024
65%
develop: 65%

Build:
Build:
LAST BUILD BRANCH: avallete/exciting-noyce-078f0e
DEFAULT BRANCH: develop
Ran 25 Jun 2026 07:59AM UTC
Jobs 1
Files 229
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

25 Jun 2026 07:57AM UTC coverage: 64.974%. Remained the same
28155581024

push

github

web-flow
ci: retry Homebrew install on transient "Broken pipe" failures (#5690)

Adds retry logic to the Homebrew installation step in the
`verify-install-channels` workflow to handle transient "Broken pipe"
failures that occur on Linux runners.

## Summary

The Homebrew installation occasionally fails with a "Broken pipe" error
on Linux due to a timing race in Homebrew's bash startup when reading
CPU features from `/proc/cpuinfo`. This is a known upstream issue
(Homebrew/brew#21366) that is flaky and non-deterministic—re-running
succeeds. This change implements a retry mechanism that specifically
targets this transient failure while immediately failing on other errors
(like sha256 mismatches, which are the actual regressions this job is
designed to catch).

## Key Changes

- Wraps `brew install` in a retry loop with up to 3 attempts
- Detects "Broken pipe" errors and retries with exponential backoff (5s,
10s, 15s)
- Fails immediately on non-transient errors to avoid masking genuine
release issues
- Adds detailed comments explaining the root cause and retry strategy

https://claude.ai/code/session_01VJMm92HWrZRLMGKPvjjz1d

Co-authored-by: Claude <noreply@anthropic.com>

10904 of 16782 relevant lines covered (64.97%)

10.39 hits per line

Coverage Regressions

Lines Coverage ∆ File
2
82.41
0.0% internal/storage/rm/rm.go
Jobs
ID Job ID Ran Files Coverage
1 28155581024.1 25 Jun 2026 07:59AM UTC 229
64.97
GitHub Action Run
Source Files on build 28155581024
  • Tree
  • List 229
  • Changed 1
  • Source Changed 0
  • Coverage Changed 1
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Github Actions Build #28155581024
  • 0958f76b on github
  • Prev Build on develop (#28138235287)
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