story-kit: queue 107_story_test_coverage_http_assets_rs_to_85 for QA

This commit is contained in:
Dave
2026-02-23 22:09:26 +00:00
parent f29d0fa1f9
commit 1e869b4d7c

View File

@@ -1,20 +0,0 @@
---
name: "Test Coverage: http/assets.rs to 85%"
---
# Story 107: Test Coverage: http/assets.rs to 85%
## User Story
As a developer, I want http/assets.rs to have at least 85% test coverage, so that regressions in static asset serving are caught early.
## Acceptance Criteria
- [ ] server/src/http/assets.rs reaches at least 85% line coverage (currently 70%, 18 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