Remove coverage from Travis

Coverage data were not correctly uploaded for a long time now, and it
now is uploaded via GitHub Actions
This commit is contained in:
Adrien Crivelli 2020-10-11 22:32:04 +09:00
parent a8e8068b31
commit 6da3f30def
No known key found for this signature in database
GPG Key ID: 16D79B903B4B5874
1 changed files with 0 additions and 9 deletions

View File

@ -32,12 +32,3 @@ jobs:
script: script:
- ./vendor/bin/php-cs-fixer fix --diff --verbose --dry-run - ./vendor/bin/php-cs-fixer fix --diff --verbose --dry-run
- ./vendor/bin/phpcs - ./vendor/bin/phpcs
- stage: Coverage
php: 7.4
script:
- pecl install pcov
- ./vendor/bin/phpunit --coverage-clover coverage-clover.xml
after_script:
- wget https://scrutinizer-ci.com/ocular.phar
- php ocular.phar code-coverage:upload --format=php-clover tests/coverage-clover.xml