From 1adce4f80012ca4f0476d38cfa2d21da5514ddd9 Mon Sep 17 00:00:00 2001 From: phamnazage-jpg Date: Sat, 23 May 2026 18:14:40 +0800 Subject: [PATCH] docs(testing): clarify scripts regression gate coverage --- docs/PRODUCTION_CHECKLIST.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/docs/PRODUCTION_CHECKLIST.md b/docs/PRODUCTION_CHECKLIST.md index 7404955..ecbd1b8 100644 --- a/docs/PRODUCTION_CHECKLIST.md +++ b/docs/PRODUCTION_CHECKLIST.md @@ -43,8 +43,11 @@ ### 应用与产物 -- `go test ./...` 通过 -- `bash scripts/test.sh` 通过 +- `go test ./...` 通过(覆盖 `cmd/server` 与 `internal/...`) +- `bash scripts/test_importers.sh` 通过(覆盖 scripts 层 importer targeted go test matrix) +- `bash scripts/importer_smoke_gate_test.sh` 通过 +- `bash scripts/pipeline_runtime_alignment_test.sh` 通过 +- `bash scripts/test.sh` 通过(仅覆盖 `fetch_openrouter` focused test) - `cd frontend && npm run test -- --run` 通过 - `cd frontend && npm run build` 通过 - `go build ./cmd/server` 通过