Skip to content

Commit e3d79ad

Browse files
authored
Update README.md
1 parent 2ad52b0 commit e3d79ad

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,13 @@ If you don't specify the `--require/-r` flag, only the percentage of code covera
3838
./vendor/bin/coverage-check clover.xml -r 80.5
3939
```
4040

41+
## Available Options
42+
43+
| Option | Description |
44+
| --- | --- |
45+
| `--require` or `-r` | Enforce a minimum code coverage value |
46+
| `--coverage-only` or `-C` | Only display the code coverage value |
47+
4148
## Generating clover-format coverage files
4249

4350
PHPUnit can generate coverage reports in clover format:

0 commit comments

Comments
 (0)