Don't patch PHPUnit for phpcov

This commit is contained in:
Adrien Crivelli 2020-04-27 20:21:07 +09:00
parent f1a019e492
commit b07cd2028d
No known key found for this signature in database
GPG Key ID: B182FD79DC6DE92E
1 changed files with 0 additions and 2 deletions

View File

@ -32,8 +32,6 @@ jobs:
php: 7.4 php: 7.4
script: script:
- pecl install pcov - pecl install pcov
- composer require pcov/clobber --dev
- ./vendor/bin/pcov clobber
- ./vendor/bin/phpunit --coverage-clover coverage-clover.xml - ./vendor/bin/phpunit --coverage-clover coverage-clover.xml
after_script: after_script:
- wget https://scrutinizer-ci.com/ocular.phar - wget https://scrutinizer-ci.com/ocular.phar