Skip to content

Commit 54a36e5

Browse files
Re-enable code coverage reporting
1 parent a6bce7a commit 54a36e5

File tree

2 files changed

+6
-5
lines changed

2 files changed

+6
-5
lines changed

.travis.yml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,11 +23,12 @@ branches:
2323
matrix:
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"

phpspec.ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ suites:
55
formatter.name: pretty
66
bootstrap: spec/autoload.php
77
extensions:
8-
LeanPHP\PhpSpec\CodeCoverage\CodeCoverageExtension: ~
8+
FriendsOfPhpSpec\PhpSpec\CodeCoverage\CodeCoverageExtension: ~
99
Akeneo\SkipExampleExtension: ~
1010
code_coverage:
1111
format: clover

0 commit comments

Comments
 (0)