Skip to content

Update docs for Test Coverage CLI options to reflect expected usage#359

Merged
nunomaduro merged 1 commit into
pestphp:4.xfrom
ryanjbonnell:patch
Jul 9, 2026
Merged

Update docs for Test Coverage CLI options to reflect expected usage#359
nunomaduro merged 1 commit into
pestphp:4.xfrom
ryanjbonnell:patch

Conversation

@ryanjbonnell

Copy link
Copy Markdown
Contributor

The documentation for configuring Test Coverage formats on the PestPHP website differs from the --help command output.

Specifically, the --coverage-text option expects a file name to be provided using the syntax --coverage-text=[file] rather than what the website documentation shows (--coverage-text <file>).

This pull requests updates the PestPHP docs to reflect the actual CLI usage, indicating the file needs to be provided after the option using an equals sign (=).

Command Line Usage

--coverage-text=[file]

Website Documentation

--coverage-text <file>
Screenshot 2026-05-14 at 8 34 59 AM

@nunomaduro nunomaduro merged commit 00675b3 into pestphp:4.x Jul 9, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants