feat: pivot complete-unit-tests workflow to multi-phase coverage iteration#913
Merged
feat: pivot complete-unit-tests workflow to multi-phase coverage iteration#913
Conversation
…teration CmdDatas/Commands tests are nearly complete (4 remaining). Update the workflow to support iterating through: - Phase 1: Finish remaining CmdDatas commands (ABGMCmd, AIfCmd, ATalkCmd, FontCmd) - Phase 2: Expand Commands/ coverage (8700 src lines, ~11% tested) - Phase 3: Add Intermissions/ tests (2200 lines, 0% tested) Each step now detects the current phase and provides appropriate test patterns, source references, and file placement guidance. Agent-Logs-Url: https://github.com/7474/SRC/sessions/b0a62599-173f-4e91-a6a8-22f475c567a3 Co-authored-by: 7474 <4744735+7474@users.noreply.github.com>
… size guidance Agent-Logs-Url: https://github.com/7474/SRC/sessions/b0a62599-173f-4e91-a6a8-22f475c567a3 Co-authored-by: 7474 <4744735+7474@users.noreply.github.com>
Owner
|
@copilot 1PRのサイズ制限を外して、1回の反復での対応量を重視するように見直してください。 |
Agent-Logs-Url: https://github.com/7474/SRC/sessions/37bf41de-3966-49d7-804c-dd3fcd2510ed Co-authored-by: 7474 <4744735+7474@users.noreply.github.com>
Contributor
Author
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.
CmdDatas/Commands tests are effectively complete (4 remaining: ABGMCmd, AIfCmd, ATalkCmd, FontCmd). The Agentic Workflow needed to shift focus to the next uncovered areas:
Commands/(~8,700 src lines, ~11% tested) andIntermissions/(2,200 lines, 0% tested).Changes to
complete-unit-tests.mdCommand.attack.cs/Command.process.cslast due to GUI coupling); all uncovered files targeted in a single runCoverage gaps being targeted
CmdDatas/Commands/Commands/Intermissions/