story-kit: queue 105_story_test_coverage_io_shell_rs_to_95 for QA

This commit is contained in:
Dave
2026-02-23 22:02:26 +00:00
parent 85246a05a4
commit 5c708d17f9

View File

@@ -1,20 +0,0 @@
---
name: "Test Coverage: io/shell.rs to 95%"
---
# Story 105: Test Coverage: io/shell.rs to 95%
## User Story
As a developer, I want io/shell.rs to have at least 95% test coverage, so that regressions in shell execution edge cases are caught early.
## Acceptance Criteria
- [ ] server/src/io/shell.rs reaches at least 95% line coverage (currently 84%, 15 lines missed)
- [ ] cargo clippy passes with no warnings
- [ ] cargo test passes with all tests green
- [ ] No changes to production code, only test code added
## Out of Scope
- TBD