forked from dvdoug/behat-code-coverage
-
Notifications
You must be signed in to change notification settings - Fork 0
/
behat.yml.dist
32 lines (31 loc) · 830 Bytes
/
behat.yml.dist
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
default:
suites:
maths:
paths:
- '%paths.base%/features/maths'
contexts: [ MathsContext ]
extensions:
DVDoug\Behat\CodeCoverage\Extension:
cache: build/behat-code-coverage-cache
filter:
include:
directories:
'src': ~
includeUncoveredFiles: true
processUncoveredFiles: false
reports:
cobertura:
target: build/coverage-behat/cobertura.xml
clover:
target: build/coverage-behat/clover.xml
crap4j:
target: build/coverage-behat/crap4j.xml
html:
target: build/coverage-behat
php:
target: build/coverage-behat/coverage.php
text:
showColors: true
showUncoveredFiles: true
xml:
target: build/coverage-behat