analyze-coverage-mcp
JSON →MCP server that bridges LCOV coverage reports to AI agents.
Tools · 3
- get_coverage_overview Aggregated and per-file coverage stats (lines, functions, branches %). Supports filtering by directory prefix, threshold, and sort order.
- list_uncovered_regions Uncovered lines (merged into ranges) and uncovered branches for a specific file.
- get_annotated_source Full source file annotated line-by-line with [COVERED], [NOT COV], or [NO DATA]. Supports start_line/end_line windowing.
★ 2 GitHub stars