chore: update ai-review findings [ai-review-bot][success]
AI / 計算版本號 (pull_request) Successful in 2s
AI / Code Review (pull_request) Successful in 2s

This commit is contained in:
AI Review Bot
2026-06-23 09:33:43 +00:00
parent feae0d91de
commit 78127cf51c
2 changed files with 22 additions and 1 deletions
+10 -1
View File
@@ -1 +1,10 @@
[]
[
{
"level": "info",
"role": "Maya",
"location": "app/usage.test.js:217",
"problem": "測試案例 `returns null percent when rate.remaining is null/undefined` 僅驗證了 remaining 為 null/undefined,但未驗證當 rate.limit 為 null/undefined 時的情況。雖然這可能由 `calculatePercent` 內部處理,但針對 `resolveRemainingPercent` 這一層級的整合測試仍不完整。",
"suggestion": "建議補上一個測試案例,明確測試當 `rate.limit` 為 null/undefined 時,`resolveRemainingPercent` 的行為是否符合預期。",
"is_new": true
}
]