analyze_test_coverage
Analyze test coverage of a React Native project to identify gaps, with a configurable threshold and optional detailed report.
Instructions
Analyze test coverage and identify gaps
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_path | No | Path to React Native project root | |
| coverage_threshold | No | Minimum coverage threshold percentage | |
| generate_report | No | Generate detailed coverage report |