Skip to content

Commit 4ca5990

Browse files
committed
behat.yml.dist: cleanup and minimize
1 parent f8afe32 commit 4ca5990

File tree

1 file changed

+1
-15
lines changed

1 file changed

+1
-15
lines changed

behat.yml.dist

Lines changed: 1 addition & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,26 +1,12 @@
11
default:
22
extensions:
33
LeanPHP\Behat\CodeCoverage\Extension:
4-
# optional authentication
5-
drivers:
6-
- local
74
filter:
8-
forceCoversAnnotation: false
9-
mapTestClassNameToCoveredClassName: false
105
whitelist:
11-
addUncoveredFilesFromWhitelist: true
12-
processUncoveredFilesFromWhitelist: false
136
include:
147
directories:
158
'src': ~
16-
# files:
17-
# - 'script.php'
18-
# exclude:
19-
# directories:
20-
# 'vendor': ~
21-
# files:
22-
# - src/script.php
239
report:
24-
format: html
10+
format: html
2511
options:
2612
target: build/coverage-behat

0 commit comments

Comments
 (0)