From 8502bdf80c1df2f77558b25dbf40fb34fbb13f4b Mon Sep 17 00:00:00 2001 From: Dave Date: Mon, 23 Feb 2026 21:10:54 +0000 Subject: [PATCH] story-kit: create 103_story_test_coverage_http_project_rs_to_80 --- ...ory_test_coverage_http_project_rs_to_80.md | 20 +++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 .story_kit/work/1_upcoming/103_story_test_coverage_http_project_rs_to_80.md diff --git a/.story_kit/work/1_upcoming/103_story_test_coverage_http_project_rs_to_80.md b/.story_kit/work/1_upcoming/103_story_test_coverage_http_project_rs_to_80.md new file mode 100644 index 0000000..0c02980 --- /dev/null +++ b/.story_kit/work/1_upcoming/103_story_test_coverage_http_project_rs_to_80.md @@ -0,0 +1,20 @@ +--- +name: "Test Coverage: http/project.rs to 80%" +--- + +# Story 103: Test Coverage: http/project.rs to 80% + +## User Story + +As a developer, I want http/project.rs to have at least 80% test coverage, so that regressions in project list/open handlers are caught early. + +## Acceptance Criteria + +- [ ] server/src/http/project.rs reaches at least 80% line coverage (currently 0%, 30 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