From ed109d6749312f1d92a939adcd7e093239b5c292 Mon Sep 17 00:00:00 2001 From: Graham Campbell Date: Wed, 1 Jul 2020 15:29:18 +0100 Subject: [PATCH] Replacement upgrade phpspec-code-coverage MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-Authored-By: Dan Michael O. Heggø --- .travis.yml | 2 +- phpspec.ci.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 8ad98bc..436011a 100644 --- a/.travis.yml +++ b/.travis.yml @@ -11,7 +11,7 @@ jobs: - php: 7.1 env: COMPOSER_FLAGS="--prefer-stable --prefer-lowest" - php: 7.2 - env: COVERAGE=true DEPENDENCIES="leanphp/phpspec-code-coverage phpspec/phpspec:^4.2" + env: COVERAGE=true DEPENDENCIES="friends-of-phpspec/phpspec-code-coverage:^4.3 phpspec/phpspec:^5.1" script: - composer test-ci after_success: diff --git a/phpspec.ci.yml b/phpspec.ci.yml index d8e1383..06a7469 100644 --- a/phpspec.ci.yml +++ b/phpspec.ci.yml @@ -4,7 +4,7 @@ suites: psr4_prefix: Http\Client\Common formatter.name: pretty extensions: - LeanPHP\PhpSpec\CodeCoverage\CodeCoverageExtension: ~ + FriendsOfPhpSpec\PhpSpec\CodeCoverage\CodeCoverageExtension: ~ code_coverage: format: clover output: build/coverage.xml