Skip to content
Cline

coverage gate lint for Cline

io.github.jmshinhwa/coverage-gate-lint

Finds the coverage gates in your repo that can never fail a build

client:Cline transport:stdio runtime:npm

Install coverage gate lint in Cline

~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json · windows: %APPDATA%\Code\User\globalStorage\saoudrizwan.claude-dev\settings\cline_mcp_settings.json

{
  "mcpServers": {
    "coverage-gate-lint": {
      "command": "npx",
      "args": [
        "-y",
        "@readystack/coverage-gate-lint"
      ]
    }
  }
}

Cline's MCP Servers pane edits this file for you if you would rather not find it. Cline docs

coverage gate lint in other clients