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:
2323matrix :
2424 fast_finish : true
2525 include :
26- - name : PHPSpec code coverage
26+ - name : PHPSpec
2727 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"
3132 - name : PHPUnit tests
3233 php : 7.3
3334 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 55formatter.name : pretty
66bootstrap : spec/autoload.php
77extensions :
8- LeanPHP \PhpSpec\CodeCoverage\CodeCoverageExtension : ~
8+ FriendsOfPhpSpec \PhpSpec\CodeCoverage\CodeCoverageExtension : ~
99 Akeneo\SkipExampleExtension : ~
1010code_coverage :
1111 format : clover
You can’t perform that action at this time.
0 commit comments