From 9af1ec6271acfca6364138c9ddd5d2b71e44d725 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:03:44 +0800 Subject: [PATCH] ci: skip coverage in release preflight gate Co-Authored-By: Claude Sonnet 4.6 --- .github/workflows/release-desktop.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release-desktop.yml b/.github/workflows/release-desktop.yml index 55cf2722..8e8b5f55 100644 --- a/.github/workflows/release-desktop.yml +++ b/.github/workflows/release-desktop.yml @@ -65,7 +65,7 @@ jobs: run: bun install - name: Run release quality preflight - run: bun run quality:gate --mode pr --artifacts-dir artifacts/quality-runs + run: bun run quality:gate --mode pr --skip coverage --artifacts-dir artifacts/quality-runs - name: Summarize quality report if: always()