Skip to content

Commit 411f8c3

Browse files
chaconclaude
andcommitted
fix: remove Rust-specific 'tarpaulin' from generic coverage trigger phrase
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 564a51a commit 411f8c3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/cli/generate/prompts.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -306,7 +306,7 @@ impl Prompts {
306306
n if n.contains("check") => ". Use when the user says check, verify, or validate.",
307307
n if n.contains("deploy") => ". Use when the user says deploy, release, or ship.",
308308
n if n.contains("coverage") || n.contains("cov") => {
309-
". Use when the user says coverage, code coverage, or tarpaulin."
309+
". Use when the user says coverage, code coverage, or check coverage."
310310
}
311311
n if n.contains("clean") => ". Use when the user says clean, clear, or reset.",
312312
n if n.contains("doc") => {

0 commit comments

Comments
 (0)