@clinetools/coverage-gaps
v0.1.0
Published
Identify untested code paths, uncovered branches, and functions without test files. Prioritize by risk and complexity.
Maintainers
Readme
Test Coverage Gap Finder
Identify untested code paths, uncovered branches, and functions without test files. Prioritize by risk and complexity.
Quick Start
npx @clinetools/coverage-gapsSetup
1. Get your token
Sign up at clinetools.com and get your API token.
2. Set environment variable
export CLINETOOLS_TOKEN=ct_live_...3. Add to your MCP client
Claude Code
claude mcp add coverage-gaps -- npx @clinetools/coverage-gapsClaude Desktop / Cline
Add to your MCP settings JSON:
{
"mcpServers": {
"coverage-gaps": {
"command": "npx",
"args": ["@clinetools/coverage-gaps"],
"env": {
"CLINETOOLS_TOKEN": "ct_live_..."
}
}
}
}Links
License
MIT
