coverage gate lint for VS Code
io.github.jmshinhwa/coverage-gate-lint
Finds the coverage gates in your repo that can never fail a build
client:VS Code
transport:stdio
runtime:npm
Install coverage gate lint in VS Code
.vscode/mcp.json
{
"servers": {
"coverage-gate-lint": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@readystack/coverage-gate-lint"
]
}
}
}
Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs