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 f319623 commit 057e1b6Copy full SHA for 057e1b6
.travis.yml
@@ -27,3 +27,6 @@ after_script:
27
- php vendor/bin/codacycoverage clover build/logs/clover.xml
28
- wget https://scrutinizer-ci.com/ocular.phar
29
- php ocular.phar code-coverage:upload --format=php-clover build/logs/clover.xml
30
+ - bash <(curl -s https://codecov.io/bash) -f build/logs/clover.xml
31
+ - wget https://github.com/satooshi/php-coveralls/releases/download/v1.0.0/coveralls.phar
32
+ - php coveralls.phar --coverage_clover=build/logs/clover.xml
0 commit comments