coverage gate lint for Zed
io.github.jmshinhwa/coverage-gate-lint
Finds the coverage gates in your repo that can never fail a build
client:Zed
transport:stdio
runtime:npm
Install coverage gate lint in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"coverage-gate-lint": {
"command": "npx",
"args": [
"-y",
"@readystack/coverage-gate-lint"
]
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs