Skip to content

Instantly share code, notes, and snippets.

@joemaller
Created June 8, 2026 04:18
Show Gist options
  • Select an option

  • Save joemaller/eab571eb8d2662210ec421aa82dbea5e to your computer and use it in GitHub Desktop.

Select an option

Save joemaller/eab571eb8d2662210ec421aa82dbea5e to your computer and use it in GitHub Desktop.
coverage-gutters additions for working on WP Plugins
// For working on the Two Factor plugin, which uses wp-env, I needed to merge
// the following onto VS Code's settings.
// These were added to .vscode/settings.json
{
"coverage-gutters.coverageBaseDir": "tests/logs",
"coverage-gutters.coverageFileNames": ["clover.xml"],
"coverage-gutters.remotePathResolve": [
"/var/www/html/wp-content/plugins/two-factor/",
"./"
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment