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.
2 parents 96e730b + ec69794 commit a463149Copy full SHA for a463149
.scrutinizer.yml
.travis.yml
@@ -5,7 +5,7 @@ language: php
5
php:
6
- 7.2
7
- 7.3
8
- - 7.4snapshot
+ - 7.4
9
10
cache:
11
directories:
@@ -37,9 +37,8 @@ jobs:
37
- if [[ ! $(php -m | grep -si xdebug) ]]; then echo "xdebug required for coverage"; exit 1; fi
38
script:
39
- ./vendor/bin/phpunit --coverage-clover clover.xml
40
- after_script:
41
- - wget https://scrutinizer-ci.com/ocular.phar
42
- - php ocular.phar code-coverage:upload --format=php-clover clover.xml
+ after_success:
+ - bash <(curl -s https://codecov.io/bash)
43
44
- stage: Code Quality
45
env: CODING_STANDARDS
0 commit comments