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

supabase / cli / 33095017733
62%
develop: 62%

Build:
Build:
LAST BUILD BRANCH: gh-readonly-queue/develop/pr-6406-c3472e9b7c21916e35aee8ac501f309cdd40bb34
DEFAULT BRANCH: develop
Ran 27 Aug 2026 04:48PM UTC
Jobs 1
Files 95
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

27 Aug 2026 04:46PM UTC coverage: 62.406%. Remained the same
33095017733

push

github

web-flow
ci(repo): fix ai-review gh repo inference and scripts-ci timeout (#6363)

Two CI fixes for the AI-review pipeline (#6358), both surfaced
immediately after merge.

## 1. `Claude review` job fails at "Fetch PR diff and metadata"

The first live `/ai-review` run failed with `fatal: not a git
repository`. The `claude-review` job checks out into **subdirectories**
(`pr/` for the PR head, `trusted/` for the base), so `$GITHUB_WORKSPACE`
itself isn't a git repo — and `gh pr diff`/`gh pr view` infer the repo
from the current directory's git remote. Fix: pass `--repo
"$GITHUB_REPOSITORY"` explicitly at both `gh` call sites (claude-review
and, defensively, codex-review) so `gh` never depends on cwd.

## 2. `Test and type-check` (github-scripts-ci) times out

The shared `./.github/actions/setup` installs the full workspace + Go
toolchain via mise (~9–10 min), which raced the job's `timeout-minutes:
10` and got cancelled on a cold cache (the setup step never finished;
tests/type-check never ran). Raised to 20 min. Noted inline that the
check is heavier than it needs to be for two scripts — slimming the
setup is a possible follow-up.

5571 of 8927 relevant lines covered (62.41%)

6.65 hits per line

Jobs
ID Job ID Ran Files Coverage
1 33095017733.1 27 Aug 2026 04:48PM UTC 95
62.41
GitHub Action Run
Source Files on build 33095017733
  • Tree
  • List 95
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Github Actions Build #33095017733
  • 40807712 on github
  • Prev Build on gh-readonly-queue/develop/pr-6358-c3064f1961f4c88d30dd5455b8e1f56fde343717 (#33092786261)
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