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

supabase / cli / 32837492404
62%
develop: 62%

Build:
Build:
LAST BUILD BRANCH: gh-readonly-queue/develop/pr-6350-42148073dd0d3787fdd3afd3e1c2108fd3d2413d
DEFAULT BRANCH: develop
Ran 25 Aug 2026 10:31AM 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

25 Aug 2026 10:29AM UTC coverage: 62.406%. Remained the same
32837492404

push

github

web-flow
chore(repo): move knip to a native root config (#6312)

## What

Stacked on #6311. Applies the same exercise to knip: replaces the
per-package nx-inferred knip targets with knip's native monorepo
support, so `pnpm exec knip-bun` from the repo root just works and knip
gains cross-workspace awareness.

## Why

Same rationale as #6311 — knip configuration lived in per-package
`package.json` `knip` objects wired together by an nx plugin, and
per-package runs couldn't see across workspace boundaries. The root run
immediately proved the point: knip itself flagged ~15 pieces of now-dead
config that the per-package setup required, including every
`ignoreBinaries: ["nx"]` entry (per-package runs couldn't resolve the
root `nx` devDependency; a root run can), four stale
`ignoreDependencies` in `apps/cli`, and `packages/api` entry patterns
its own package.json `exports` already imply. `packages/config` needs no
knip config at all anymore.

## Key changes

- Root `knip.json` using the `workspaces` map, absorbing each package's
former `knip` object; the `--exclude catalogReferences` CLI flag moves
into the config (`exclude`).
- New root-workspace surface configured explicitly: `.github/scripts`
and `tools/release` as entries, `apps/cli-go/**` ignored,
`verdaccio`/`go` ignored (referenced via spawn paths knip cannot trace),
and `apps/docs`'s `mdx-components.tsx` convention entry.
- `knip:check`/`knip:fix` are plain command targets on `@supabase/root`;
`knip.plugin.ts` is deleted; the `knip` devDependency and config object
are removed from every package (root devDependency only).
- `docs/nx-inference-plugins.md` now documents only the remaining
typescript/test/go plugins.

🤖 Generated with [Claude Code](https://claude.com/claude-code)

---------

Co-authored-by: Claude Fable 5 <noreply@anthropic.com>
Co-authored-by: Julien Goux <hi@jgoux.dev>

5571 of 8927 relevant lines covered (62.41%)

6.65 hits per line

Jobs
ID Job ID Ran Files Coverage
1 32837492404.1 25 Aug 2026 10:31AM UTC 95
62.41
GitHub Action Run
Source Files on build 32837492404
  • 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 #32837492404
  • dcc9e12d on github
  • Prev Build on gh-readonly-queue/develop/pr-6277-643b18288114d5caa78804e4a9f16878f41e05bb (#32834614222)
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