AI & ML
Trust: 31/100 (Limited)io.github.goldbergyoni/test-coverage-mcp Guide
Analyze test coverage from LCOV files - makes AI agents coverage-aware without wasting tokens
40 starsby goldbergyoni
Quick Start
Install
npx test-coverage-mcpClaude Desktop Configuration
Add this to your claude_desktop_config.json:
{
"mcpServers": {
"io-github-goldbergyoni-test-coverage-mcp": {
"command": "npx",
"args": [
"test-coverage-mcp"
]
}
}
}