File tree Expand file tree Collapse file tree 3 files changed +7
-8
lines changed Expand file tree Collapse file tree 3 files changed +7
-8
lines changed Original file line number Diff line number Diff line change 5
5
- 5.6
6
6
- 7.0
7
7
8
- before_script :
8
+ before_script :
9
9
- echo 'date.timezone = "UTC"' >> ~/.phpenv/versions/$(phpenv version-name)/etc/php.ini
10
10
- composer install -o -n
11
11
- vendor/bin/phpunit --version
12
12
- mkdir -p build/logs
13
13
14
- script :
15
- - vendor/bin/phpunit --coverage-clover build/logs/clover .xml
14
+ script :
15
+ - vendor/bin/phpunit --coverage-clover=coverage .xml
16
16
17
- after_script :
18
- - php vendor/bin/coveralls -v
17
+ after_success :
18
+ - bash <(curl -s https://codecov.io/bash)
Original file line number Diff line number Diff line change 1
1
2
- [ ![ Build Status] ( http://img.shields.io/travis/scriptotek/php-sru-client.svg?style=flat-square )] ( https://travis-ci.org/scriptotek/php-sru-client )
3
- [ ![ Coverage Status ] ( http ://img.shields.io/coveralls/ scriptotek/php-sru-client.svg?style=flat-square)] ( https://coveralls .io/r /scriptotek/php-sru-client?branch=master )
2
+ [ ![ Build Status] ( http://img.shields.io/travis/scriptotek/php-sru-client/master .svg?style=flat-square )] ( https://travis-ci.org/scriptotek/php-sru-client )
3
+ [ ![ Coverage] ( https ://img.shields.io/codecov/c/github/ scriptotek/php-sru-client/master .svg?style=flat-square)] ( https://codecov .io/gh /scriptotek/php-sru-client )
4
4
[ ![ Code Quality] ( http://img.shields.io/scrutinizer/g/scriptotek/php-sru-client/master.svg?style=flat-square )] ( https://scrutinizer-ci.com/g/scriptotek/php-sru-client/?branch=master )
5
5
[ ![ Latest Stable Version] ( http://img.shields.io/packagist/v/scriptotek/sru-client.svg?style=flat-square )] ( https://packagist.org/packages/scriptotek/sru-client )
6
6
[ ![ Total Downloads] ( http://img.shields.io/packagist/dt/scriptotek/sru-client.svg?style=flat-square )] ( https://packagist.org/packages/scriptotek/sru-client )
Original file line number Diff line number Diff line change 11
11
},
12
12
"require-dev" : {
13
13
"phpunit/phpunit" : " ^4.8|^5.5" ,
14
- "satooshi/php-coveralls" : " 1.*" ,
15
14
"sami/sami" : " ^3.3" ,
16
15
"mockery/mockery" : " ^0.9"
17
16
},
You can’t perform that action at this time.
0 commit comments