get_coverage_summary
Get a coverage summary for test suites by specifying the project path and optional framework. Supports pytest and Jest with configurable memory, CPU, and timeout limits.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | ||
| framework | No | pytest | |
| memory_mb | No | ||
| cpu_seconds | No | ||
| timeout_seconds | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| framework | Yes | ||
| report_path | No | ||
| total_lines | Yes | ||
| covered_lines | Yes | ||
| percent_covered | Yes |