Skip to content

Commit 0bf145f

Browse files
committed
add phpspec.yml
1 parent 8bdfbc5 commit 0bf145f

File tree

1 file changed

+22
-0
lines changed

1 file changed

+22
-0
lines changed

phpspec.yml

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
# phpspec.yml
2+
# leanphp/phpspec-code-coverage
3+
formatter.name: pretty
4+
suites:
5+
default_suite:
6+
namespace: LeanPHP\PhpSpec\CodeCoverage
7+
psr4_prefix: LeanPHP\PhpSpec\CodeCoverage
8+
9+
extensions:
10+
- LeanPHP\PhpSpec\CodeCoverage\CodeCoverageExtension
11+
12+
code_coverage:
13+
format:
14+
- html
15+
- clover
16+
- php
17+
- text
18+
output:
19+
html: build/coverage
20+
clover: build/coverage.xml
21+
php: build/coverage.php
22+
text: build/coverage.txt

0 commit comments

Comments
 (0)