Skip to content

Commit 6da3f30

Browse files
committed
Remove coverage from Travis
Coverage data were not correctly uploaded for a long time now, and it now is uploaded via GitHub Actions
1 parent a8e8068 commit 6da3f30

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

.travis.yml

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -32,12 +32,3 @@ jobs:
3232
script:
3333
- ./vendor/bin/php-cs-fixer fix --diff --verbose --dry-run
3434
- ./vendor/bin/phpcs
35-
36-
- stage: Coverage
37-
php: 7.4
38-
script:
39-
- pecl install pcov
40-
- ./vendor/bin/phpunit --coverage-clover coverage-clover.xml
41-
after_script:
42-
- wget https://scrutinizer-ci.com/ocular.phar
43-
- php ocular.phar code-coverage:upload --format=php-clover tests/coverage-clover.xml

0 commit comments

Comments
 (0)