[unit-tests] カバレッジ補強 フェーズ2: Commands/ 拡充 (54テスト追加)#930
Open
github-actions[bot] wants to merge 2 commits intomasterfrom
Open
[unit-tests] カバレッジ補強 フェーズ2: Commands/ 拡充 (54テスト追加)#930github-actions[bot] wants to merge 2 commits intomasterfrom
github-actions[bot] wants to merge 2 commits intomasterfrom
Conversation
Command.*.cs の未テスト8ファイルに対応するテストを追加。 追加したテストファイル: - CommandLaunchTests.cs (5件) : Command.launch.cs - CommandUnitMoveTests.cs (8件) : Command.unitmove.cs - CommandUnitXxxTests.cs (7件) : Command.unitxxx.cs - CommandUnitSupplyTests.cs (7件) : Command.unitsupply.cs - CommandUnitSpTests.cs (5件) : Command.unitsp.cs - CommandUnitAbilityTests.cs(7件) : Command.unitability.cs - CommandPreviewTests.cs (10件) : Command.preview.cs - CommandUnitFormTests.cs (6件) : Command.unitform.cs 合計: 54テスト追加 全テスト: Passed 7444, Failed 1 (pre-existing LocalFileConfigTests.LoadTest) Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.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.
🧪 カバレッジ補強レポート (2026-04-12)
現在のフェーズ / Current Phase
追加したテスト / Tests Added
CommandLaunchTests.cs: 5件 — Command.launch.cs (発進・帰投ロジック)CommandUnitMoveTests.cs: 8件 — Command.unitmove.cs (ユニット移動)CommandUnitXxxTests.cs: 7件 — Command.unitxxx.cs (ユニットその他コマンド)CommandUnitSupplyTests.cs: 7件 — Command.unitsupply.cs (補給)CommandUnitSpTests.cs: 5件 — Command.unitsp.cs (スペシャルパワー)CommandUnitAbilityTests.cs: 7件 — Command.unitability.cs (アビリティ)CommandPreviewTests.cs: 10件 — Command.preview.cs (プレビュー)CommandUnitFormTests.cs: 6件 — Command.unitform.cs (ユニットフォーム)合計: 54件追加
カバレッジサマリー / Coverage Summary
Command.attack.cs,Command.process.cs— 次回以降齟齬の報告 / Discrepancies Found
なし / None
テスト結果 / Test Results
Passed: 7444, Skipped: 0, Failed: 1 (pre-existing
LocalFileConfigTests.LoadTest— 本 PR と無関係)次のステップ:
Command.attack.csとCommand.process.csのテストを追加Next step: Add tests for
Command.attack.csandCommand.process.cs(GUI-heavy, 1500+ lines each)