690615:1528 237 #01.1
CI / CD Pipeline / build (push) Failing after 5m57s
CI / CD Pipeline / deploy (push) Has been skipped

This commit is contained in:
2026-06-15 15:28:25 +07:00
parent 4dde6570c1
commit 97b82e8116
12 changed files with 109 additions and 272 deletions
@@ -25,7 +25,7 @@
```powershell
# รัน test + generate coverage (ใช้ verify แต่ละ Phase)
npm run test:coverage
pnpm run test:coverage
# รัน test แบบ watch (สำหรับพัฒนา)
npm run test
@@ -40,7 +40,7 @@ npm run test:debug
thresholds: { global: { branches: 70, functions: 70, lines: 70, statements: 70 } }
```
> ⚠️ ตอนนี้ threshold ตั้งไว้ที่ 70% แต่ coverage จริงยังอยู่ที่ 13% ซึ่งหมายความว่า `npm run test:coverage` จะ **fail** เสมอจนกว่า Phase 3 เสร็จ — ไม่ต้องกังวล เพราะเราใช้ manual check ไม่ใช่ CI enforcement (ตาม Q1)
> ⚠️ ตอนนี้ threshold ตั้งไว้ที่ 70% แต่ coverage จริงยังอยู่ที่ 13% ซึ่งหมายความว่า `pnpm run test:coverage` จะ **fail** เสมอจนกว่า Phase 3 เสร็จ — ไม่ต้องกังวล เพราะเราใช้ manual check ไม่ใช่ CI enforcement (ตาม Q1)
---