From 4a30c0924d647789ca293ff00106c0b77b00e0f1 Mon Sep 17 00:00:00 2001 From: dave Date: Sat, 4 Apr 2026 11:17:28 +0000 Subject: [PATCH] huskies: create 471_story_bot_command_to_show_overall_test_coverage --- .../471_story_bot_command_to_show_overall_test_coverage.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.huskies/work/1_backlog/471_story_bot_command_to_show_overall_test_coverage.md b/.huskies/work/1_backlog/471_story_bot_command_to_show_overall_test_coverage.md index 7a3af69d..0584d69d 100644 --- a/.huskies/work/1_backlog/471_story_bot_command_to_show_overall_test_coverage.md +++ b/.huskies/work/1_backlog/471_story_bot_command_to_show_overall_test_coverage.md @@ -6,7 +6,7 @@ name: "Bot command to show overall test coverage" ## User Story -As a user, I want a bot command (e.g. `coverage`) that runs the test suite with coverage instrumentation and reports the overall coverage percentage, so I can track code quality without leaving the chat. +As a user on any chat transport (Matrix, WhatsApp, Slack, or web UI), I want a `coverage` command that runs the test suite with coverage instrumentation and reports the overall coverage percentage, so I can track code quality from any interface. ## Acceptance Criteria