get_health_trends
Analyze time-series health metrics for code files or modules, tracking bug scores, complexity, coupling, and churn over time to identify patterns and trends.
Instructions
Time-series health metrics for a file or module: bug score, complexity, coupling, churn over time. Populated by predict_bugs runs.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| file_path | No | File path to check | |
| module | No | Module path prefix to check | |
| limit | No | Max data points (default: 50) |