From 460a245fb287186e759946aa6c806d828c744571 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=A8=8B=E5=BA=8F=E5=91=98=E9=98=BF=E6=B1=9F=28Relakkes?= =?UTF-8?q?=29?= Date: Sat, 9 May 2026 00:07:22 +0800 Subject: [PATCH] test: update release workflow preflight assertion for coverage skip Co-Authored-By: Claude Sonnet 4.6 --- scripts/pr/release-workflow.test.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/pr/release-workflow.test.ts b/scripts/pr/release-workflow.test.ts index 751a081b..2418cc86 100644 --- a/scripts/pr/release-workflow.test.ts +++ b/scripts/pr/release-workflow.test.ts @@ -6,7 +6,7 @@ describe('release desktop workflow', () => { const workflow = readFileSync('.github/workflows/release-desktop.yml', 'utf8') expect(workflow).toContain('quality-preflight:') - expect(workflow).toContain('run: bun run quality:gate --mode pr --artifacts-dir artifacts/quality-runs') + expect(workflow).toContain('run: bun run quality:gate --mode pr --skip coverage --artifacts-dir artifacts/quality-runs') expect(workflow).toContain('cat "$latest_report" >> "$GITHUB_STEP_SUMMARY"') expect(workflow).toContain('name: release-quality-gate') expect(workflow).toContain('path: artifacts/quality-runs/')