File tree Expand file tree Collapse file tree 2 files changed +6
-5
lines changed Expand file tree Collapse file tree 2 files changed +6
-5
lines changed Original file line number Diff line number Diff line change @@ -23,11 +23,12 @@ branches:
23
23
matrix :
24
24
fast_finish : true
25
25
include :
26
- - name : PHPSpec code coverage
26
+ - name : PHPSpec
27
27
php : 7.1
28
- # Disable code coverage until https://github.com/leanphp/phpspec-code-coverage/pull/38 is released
29
- # DEPENDENCIES="leanphp/phpspec-code-coverage:^4.2" TEST_COMMAND="composer test-ci"
30
- env : COMPOSER_FLAGS="--prefer-stable --prefer-lowest" COVERAGE=true TEST_COMMAND="composer test" PULI_VERSION=1.0.0-beta9
28
+ env : COMPOSER_FLAGS="--prefer-stable --prefer-lowest" TEST_COMMAND="composer test" PULI_VERSION=1.0.0-beta9
29
+ - name : PHPSpec code coverage
30
+ php : 7.2
31
+ env : COVERAGE=true TEST_COMMAND="composer test-ci" PULI_VERSION=1.0.0-beta10 DEPENDENCIES="friends-of-phpspec/phpspec-code-coverage:^4.3"
31
32
- name : PHPUnit tests
32
33
php : 7.3
33
34
env : TEST_COMMAND="./vendor/bin/phpunit" DEPENDENCIES="phpunit/phpunit:^7.5 nyholm/psr7:^1.0 kriswallsmith/buzz:^1.0 php-http/curl-client:^1.0 php-http/message"
Original file line number Diff line number Diff line change 5
5
formatter.name : pretty
6
6
bootstrap : spec/autoload.php
7
7
extensions :
8
- LeanPHP \PhpSpec\CodeCoverage\CodeCoverageExtension : ~
8
+ FriendsOfPhpSpec \PhpSpec\CodeCoverage\CodeCoverageExtension : ~
9
9
Akeneo\SkipExampleExtension : ~
10
10
code_coverage :
11
11
format : clover
You can’t perform that action at this time.
0 commit comments