Extracts and analyzes code coverage data from test reports for AI assistants.
Sponsored
Coverage Lens acts as an intelligent server for AI assistants, specifically designed to process code coverage reports. It efficiently extracts and analyzes file-specific coverage data from Clover XML reports using stream parsing, preventing the need to load entire large reports into an AI's context window. This allows AI tools like Claude Code to provide accurate and relevant coverage insights on demand, enhancing developer productivity and understanding of code quality.
Key Features
01Reads Clover XML coverage reports
02Provides file-specific coverage data on demand
03Integrates seamlessly with MCP-compatible AI clients
040 GitHub stars
05Lightweight and fast with streaming XML parsing
Use Cases
01Querying test coverage for specific files via AI assistants
02Enabling AI to provide intelligent insights on code coverage without large context windows
03Streamlining the analysis of test report data during development workflows