File tree Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ before_script:
11
11
- composer install --dev -o -n
12
12
13
13
script :
14
- - vendor/bin/phpunit --testdox # --coverage-clover build/logs/clover .xml
14
+ - vendor/bin/phpunit --testdox --coverage-clover=coverage .xml
15
15
16
- # after_script :
17
- # - php vendor/bin/coveralls -v
16
+ after_success :
17
+ - bash <(curl -s https://codecov.io/bash)
Original file line number Diff line number Diff line change 1
- [ ![ Build Status] ( https://img.shields.io/travis/scriptotek/php-marc.svg?style=flat-square )] ( https://travis-ci.org/scriptotek/php-marc )
1
+ [ ![ Build Status] ( https://img.shields.io/travis/scriptotek/php-marc/master.svg?style=flat-square )] ( https://travis-ci.org/scriptotek/php-marc )
2
+ [ ![ Coverage] ( https://img.shields.io/codecov/c/github/scriptotek/php-marc/master.svg?style=flat-square )] ( https://codecov.io/gh/scriptotek/php-marc )
2
3
[ ![ StyleCI] ( https://styleci.io/repos/41363199/shield )] ( https://styleci.io/repos/41363199 )
3
4
[ ![ Scrutinizer Code Quality] ( https://img.shields.io/scrutinizer/g/scriptotek/php-marc.svg?style=flat-square )] ( https://scrutinizer-ci.com/g/scriptotek/php-marc/?branch=master )
4
5
[ ![ Code Climate] ( https://img.shields.io/codeclimate/github/scriptotek/marc.svg?style=flat-square )] ( https://codeclimate.com/github/scriptotek/marc )
You can’t perform that action at this time.
0 commit comments