Skip to content

Commit 98b5ee0

Browse files
committed
README: update example config
1 parent 09f1e6d commit 98b5ee0

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

README.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,10 +40,13 @@ Enable extension by editing `behat.yml` of your project:
4040
default:
4141
extensions:
4242
LeanPHP\Behat\CodeCoverage\Extension:
43-
auth: ~
4443
drivers:
4544
- local
46-
filter: ~
45+
filter:
46+
whitelist:
47+
include:
48+
directories:
49+
'src': ~
4750
report:
4851
format: html
4952
options:

0 commit comments

Comments
 (0)