analyze_test_coverage
Analyze Python test coverage and get suggestions to reach a specified target coverage percentage.
Instructions
Analyze Python test coverage and suggest improvements
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| test_path | No | Path to test directory (optional) | |
| source_path | Yes | Path to source code directory or file | |
| target_coverage | No | Target coverage percentage (default: 80) |