spawn/.github/workflows
A c82865707a
feat: fix coverage threshold enforcement with correct bunfig syntax (#2818)
The original bunfig.toml used `line` and `function` (singular) which Bun
silently ignores. The correct field names are `lines` and `functions` (plural).

Changes:
- Fix field names: line→lines, function→functions
- Set thresholds: lines=0.35 (floor: digitalocean.ts 38.5%), functions=0.5
  (floor: preload.ts 50%)
- Add coverageSkipTestFiles=true
- Keep --coverage in CI (bunfig thresholds enforce exit code on failure)

Co-authored-by: Claude <claude@anthropic.com>
Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Co-authored-by: L <6723574+louisgv@users.noreply.github.com>
2026-03-20 02:21:40 -07:00
..
agent-tarballs.yml fix: prevent grep pipefail from killing tarball release uploads (#2786) 2026-03-18 23:51:09 -07:00
cli-release.yml fix: eliminate release race condition causing 404 on cloud bundle downloads (#2475) 2026-03-10 18:13:13 -07:00
discovery.yml fix: Node.js v22 upgrade, aider uv install, SSH & cloud reliability (#1440) 2026-02-18 06:54:07 -05:00
docker.yml fix: add junie to Docker build matrix in docker.yml (#2644) 2026-03-14 21:38:57 -04:00
gate.yml fix: allow repo collaborators through the gate workflow (#1166) 2026-02-14 18:32:50 -08:00
lint.yml refactor: remove packages/shared, deduplicate with CLI shared (#2257) 2026-03-06 21:58:42 -05:00
packer-snapshots.yml fix: correct jq cross-product syntax in packer workflow (#2784) 2026-03-18 22:08:26 -07:00
qa.yml feat: never-give-up resilience layer (#2807) 2026-03-19 17:33:22 -07:00
refactor.yml fix: Node.js v22 upgrade, aider uv install, SSH & cloud reliability (#1440) 2026-02-18 06:54:07 -05:00
security.yml refactor: simplify claude launch — no streaming, no output monitoring (#1412) 2026-02-17 09:02:47 -08:00
test.yml feat: fix coverage threshold enforcement with correct bunfig syntax (#2818) 2026-03-20 02:21:40 -07:00