docs(testing): clarify scripts regression gate coverage

This commit is contained in:
phamnazage-jpg
2026-05-23 18:14:40 +08:00
parent 6fe3b484f1
commit 1adce4f800

View File

@@ -43,8 +43,11 @@
### 应用与产物 ### 应用与产物
- `go test ./...` 通过 - `go test ./...` 通过(覆盖 `cmd/server``internal/...`
- `bash scripts/test.sh` 通过 - `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 test -- --run` 通过
- `cd frontend && npm run build` 通过 - `cd frontend && npm run build` 通过
- `go build ./cmd/server` 通过 - `go build ./cmd/server` 通过