analyze_test_coverage
Analyze test coverage to identify gaps in React Native projects, ensuring code meets specified thresholds and generates detailed reports.
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 |