Skip to content

Commit 8f65a3c

Browse files
committed
Fix coverage extension load
1 parent e54ceb7 commit 8f65a3c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

phpspec.ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ suites:
44
psr4_prefix: Http\Client\Common
55
formatter.name: pretty
66
extensions:
7-
- PhpSpec\Extension\CodeCoverageExtension
7+
LeanPHP\PhpSpec\CodeCoverage\CodeCoverageExtension: ~
88
code_coverage:
99
format: clover
1010
output: build/coverage.xml

0 commit comments

Comments
 (0)