From 44616291ba12e2a7cc55f60b57d2c7d6ef32e758 Mon Sep 17 00:00:00 2001 From: Ryan Bonnell Date: Thu, 14 May 2026 09:48:59 -0700 Subject: [PATCH] Update Test Coverage CLI options to reflect expected usage --- test-coverage.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test-coverage.md b/test-coverage.md index 2bf6c86..70d4e55 100644 --- a/test-coverage.md +++ b/test-coverage.md @@ -91,7 +91,7 @@ Pest supports various code coverage report formats: - `--coverage-crap4j `: Save the code coverage report in Crap4J XML format to a specified file. - `--coverage-html `: Save the code coverage report in HTML format to a specified directory. - `--coverage-php `: Serialize the code coverage data and save it to a specified file. -- `--coverage-text `: Save the code coverage report in text format to a specified file. (Default: php://stdout) +- `--coverage-text=`: Save the code coverage report in text format to a specified file. (Default: php://stdout) - `--coverage-xml `: Save the code coverage report in XML format to a specified directory. ---