File tree Expand file tree Collapse file tree 3 files changed +3
-34
lines changed Expand file tree Collapse file tree 3 files changed +3
-34
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change 3737 - if [[ ! $(php -m | grep -si xdebug) ]]; then echo "xdebug required for coverage"; exit 1; fi
3838 script :
3939 - ./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
40+ after_success :
41+ - bash <(curl -s https://codecov.io/bash)
4342
4443 - stage : Test
4544 php : nightly
Original file line number Diff line number Diff line change @@ -4,5 +4,4 @@ Doctrine Inflector is a small library that can perform string manipulations
44with regard to uppercase/lowercase and singular/plural forms of words.
55
66[ ![ Build Status] ( https://travis-ci.org/doctrine/inflector.svg )] ( https://travis-ci.org/doctrine/inflector )
7- [ ![ Scrutinizer Code Quality] ( https://scrutinizer-ci.com/g/doctrine/inflector/badges/quality-score.png?b=master )] ( https://scrutinizer-ci.com/g/doctrine/inflector/?branch=master )
8- [ ![ Code Coverage] ( https://scrutinizer-ci.com/g/doctrine/inflector/badges/coverage.png?b=master )] ( https://scrutinizer-ci.com/g/doctrine/inflector/?branch=master )
7+ [ ![ Code Coverage] ( https://codecov.io/gh/doctrine/inflector/branch/master/graph/badge.svg )] ( https://codecov.io/gh/doctrine/inflector/branch/master )
You can’t perform that action at this time.
0 commit comments