From 6e4583b7372d35d12b17d0ae9ef7bba2b5860d0c Mon Sep 17 00:00:00 2001 From: Gerard Roche Date: Sat, 20 Jan 2024 23:43:03 +0000 Subject: [PATCH] doc: update --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 32d89e1..8018771 100644 --- a/README.md +++ b/README.md @@ -387,6 +387,7 @@ Command Palette → Preferences: PHPUnit Settings ```json { + "phpunit.options": { "colors": true, "no-coverage": true }, "phpunit.strategy": "tmux", "phpunit.tmux_session": 1, "phpunit.tmux_window": 1, @@ -394,6 +395,8 @@ Command Palette → Preferences: PHPUnit Settings } ``` +Tip: Use the **`no-coverage`** option with the Command Palette **PHPUnit: Toggle --no-coverage** to turn code coverage on and off for quicker test runs when you just don't need the code coverage report. + ### Auto Commands You can configure the `on_post_save` event to run the "Test File" command when views are saved. This will instruct the runner to automatically run a test every time it is saved.