ci: skip coverage in release preflight gate

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
程序员阿江(Relakkes) 2026-05-09 00:03:44 +08:00
parent 623f4a5848
commit 9af1ec6271

View File

@ -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()