File tree Expand file tree Collapse file tree 2 files changed +3
-4
lines changed
Expand file tree Collapse file tree 2 files changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -32,5 +32,4 @@ script:
3232 - composer test -- --coverage-clover=build/logs/clover.xml
3333
3434after_success :
35- - composer require satooshi/php-coveralls
36- - vendor/bin/coveralls -v
35+ - bash <(curl -s https://codecov.io/bash)
Original file line number Diff line number Diff line change @@ -460,8 +460,8 @@ Porter is published under the open source GNU Lesser General Public License v3.0
460460 [ Downloads image ] : https://poser.pugx.org/scriptfusion/porter/downloads " Total downloads "
461461 [ Build ] : http://travis-ci.org/ScriptFUSION/Porter
462462 [ Build image ] : https://travis-ci.org/ScriptFUSION/Porter.svg?branch=master " Build status "
463- [ Coverage ] : https://coveralls .io/github /ScriptFUSION/Porter
464- [ Coverage image ] : https://coveralls .io/repos /ScriptFUSION/Porter/badge.svg " Test coverage "
463+ [ Coverage ] : https://codecov .io/gh /ScriptFUSION/Porter
464+ [ Coverage image ] : https://codecov .io/gh /ScriptFUSION/Porter/branch/master/graphs /badge.svg " Test coverage "
465465 [ Style ] : https://styleci.io/repos/49824895
466466 [ Style image ] : https://styleci.io/repos/49824895/shield?style=flat " Code style "
467467
You can’t perform that action at this time.
0 commit comments