From 8e300ca089f81edf8f0d9321f4e2e107315a1bc9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dan=20Michael=20O=2E=20Hegg=C3=B8?= Date: Thu, 14 May 2020 21:45:04 +0200 Subject: [PATCH] Upgrade to friends-of-phpspec/phpspec-code-coverage --- .travis.yml | 2 +- phpspec.ci.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 913e1aa..941386f 100644 --- a/.travis.yml +++ b/.travis.yml @@ -19,7 +19,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 phpspec/phpspec:^4.2" 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