docs(dispatch): 更正 service 測試數字(說清楚兩個時間點) - #71
Merged
Conversation
原本寫「完整套件 172 支全過,其中 17 支是這批新增的」,兩個數字都不精確: - 那次 48 分鐘的完整套件是在**補上限測試之前**跑的,當時 service 是 172 支、 含這批的 16 支。 - 之後才補了 TestScheduledRideLimit/TestSavedPlaceLimit(單獨跑過 PASS), 現在 service 共 174 支、這批貢獻 18 支。 實際核對:`grep -hE '^func Test' internal/service/*_test.go | wc -l` = 174, 三個新檔合計 18。 Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
原本寫「完整套件 172 支全過,其中 17 支是這批新增的」,兩個數字都不精確:
internal/service是 172 支、含這批的 16 支。
TestScheduledRideLimit/TestSavedPlaceLimit(單獨跑過 PASS),現在共 174 支、這批貢獻 18 支。
實際核對:
grep -hE '^func Test' internal/service/*_test.go | wc -l= 174,三個新檔合計 18。同批的 App 端也有一個同類的數字錯(測試檔數 52 → 53),見
fleet-app #96。
🤖 Generated with Claude Code