story-kit: queue 99_story_test_coverage_http_health_rs_to_100 for QA

This commit is contained in:
Dave
2026-02-23 22:47:11 +00:00
parent e1ef27c15c
commit d2a31b66ef

View File

@@ -0,0 +1,20 @@
---
name: "Test Coverage: http/health.rs to 100%"
---
# Story 99: Test Coverage: http/health.rs to 100%
## User Story
As a developer, I want http/health.rs to have 100% test coverage, so that regressions in health check endpoints are caught early.
## Acceptance Criteria
- [ ] server/src/http/health.rs reaches 100% line coverage (4 missing lines covered)
- [ ] 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