Skip to content

Commit

Permalink
Merge pull request #218 from aspirantzhang/master
Browse files Browse the repository at this point in the history
docs: clarify usage of --min argument
  • Loading branch information
nunomaduro authored Aug 25, 2023
2 parents 646e3d7 + 12a2049 commit 8bc38d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cli-api-reference.md
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ In the preceding chapters of the Pest documentation, we have covered numerous CL
## Code Coverage

- `--coverage`: Generate code coverage report and output to standard output.
- `--coverage --min`: Set the minimum required coverage percentage, and fail if not met.
- `--coverage --min=<value>`: Set the minimum required coverage percentage, and fail if not met.
- `--coverage-crap4j <file>`: Write code coverage report in Crap4J XML format to file.
- `--coverage-html <dir>`: Write code coverage report in HTML format to directory.
- `--coverage-php <file>`: Write serialized code coverage data to file.
Expand Down

0 comments on commit 8bc38d9

Please sign in to comment.