Get file coverage
get_file_coverageGet line-by-line coverage for any source file in your Android project, showing exactly which lines are tested and which are not.
Instructions
Show covered/uncovered line numbers of one source file from the latest coverage report (run get_coverage_report first).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| file | Yes | Source file name, e.g. 'BookRepository.kt' | |
| module | No | Module (defaults to session) | |
| projectDir | No | Project root (defaults to session) |