go_test
Execute Go tests with coverage analysis and race detection to identify bugs and improve code reliability.
Instructions
Run Go tests with coverage and race detection
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| args | No | Additional arguments | |
| race | No | Enable race condition detection | |
| tags | No | Build tags to include | |
| cover | No | Enable coverage analysis | |
| package | No | Go package to test (e.g., ./...) | |
| verbose | No | Enable verbose output | |
| directory | No | Working directory for the command |