We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a8e8068 commit 6da3f30Copy full SHA for 6da3f30
.travis.yml
@@ -32,12 +32,3 @@ jobs:
32
script:
33
- ./vendor/bin/php-cs-fixer fix --diff --verbose --dry-run
34
- ./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