Add claude configuration about tests

This commit is contained in:
2026-04-07 10:55:33 -03:00
parent 22fae34b55
commit c2b0a4fea2
2 changed files with 18 additions and 1 deletions

View File

@@ -6,7 +6,10 @@
"Bash(go build ./...)",
"Bash(go vet ./...)",
"Bash(go test -count=1 -v -coverprofile=coverage.out ./...)",
"Bash(go tool cover -func=coverage.out)"
"Bash(go tool cover -func=coverage.out)",
"Bash(tea issue:*)",
"Bash(go test:*)",
"Bash(npm test:*)"
]
}
}