Created
June 8, 2026 04:18
-
-
Save joemaller/eab571eb8d2662210ec421aa82dbea5e to your computer and use it in GitHub Desktop.
coverage-gutters additions for working on WP Plugins
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Show hidden characters
| // 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