huskies: merge 494_story_mcp_tool_to_run_project_test_suite
This commit is contained in:
@@ -15,6 +15,7 @@ mod help;
|
||||
pub(crate) mod loc;
|
||||
mod move_story;
|
||||
mod overview;
|
||||
mod run_tests;
|
||||
mod setup;
|
||||
mod show;
|
||||
mod status;
|
||||
@@ -130,6 +131,11 @@ pub fn commands() -> &'static [BotCommand] {
|
||||
description: "Show test coverage: cached baseline by default, or `coverage run` to rerun the full suite",
|
||||
handler: coverage::handle_coverage,
|
||||
},
|
||||
BotCommand {
|
||||
name: "test",
|
||||
description: "Run the project's test suite (`script/test`) and show pass/fail with output",
|
||||
handler: run_tests::handle_test,
|
||||
},
|
||||
BotCommand {
|
||||
name: "loc",
|
||||
description: "Show top source files by line count: `loc` (top 10), `loc <N>`, or `loc <filepath>` for a specific file",
|
||||
|
||||
Reference in New Issue
Block a user