Skip to content

Commit

Permalink
More missed docs
Browse files Browse the repository at this point in the history
  • Loading branch information
dvdoug committed Nov 4, 2019
1 parent 304bff7 commit 260e6c2
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,21 +44,20 @@ default:
include:
directories:
'src': ~
report:
format: html
options:
target: build/behat-coverage
reports:
html:
target: build/coverage-behat
```
This will sufficient to enable Code Coverage generation in `html` format in
`build/behat-coverage` directory. This extension supports various
`build/coverage-behat` directory. This extension supports various
[Configuration options](#configuration-options). For a fully annotated example
configuration file check [Configuration section](#configuration).

## Usage

If you execute `vendor/bin/behat` command, you will see code coverage generated in
`target` (i.e. `build/behat-coverage`) directory (in `html` format):
`target` (i.e. `build/coverage-behat`) directory (in `html` format):

$ vendor/bin/behat

Expand Down

0 comments on commit 260e6c2

Please sign in to comment.