Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
koriym authored Jul 11, 2021
1 parent 42ca7eb commit 5b29ecb
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,10 +55,9 @@ Once installed, the project will automatically be configured, so you can run tho

`composer tests` run `cs`, `sa`, and `test`.

### coverage, pcov

`composer coverage` builds test coverage report. `coverage` use XDebug, `pcov` use [pcov](https://github.com/krakjoe/pcov).
### coverage, phpdbg, pcov

`composer coverage` builds test coverage report. `coverage` use [XDebug](https://xdebug.org/), `phpdbg` use [phpdbg](https://www.php.net/manual/en/book.phpdbg.php). `pcov` use [pcov](https://github.com/krakjoe/pcov).
### cs, cs-fix

`composer cs` checks coding standard. `composer cs-fix` fix up the PHP code.
Expand All @@ -70,3 +69,7 @@ Once installed, the project will automatically be configured, so you can run tho
### metrics

`composer metrics` reports code [metrics](https://www.phpmetrics.org).

### build

`composer build` builds all reports.

0 comments on commit 5b29ecb

Please sign in to comment.