File tree Expand file tree Collapse file tree 3 files changed +5
-10
lines changed
Expand file tree Collapse file tree 3 files changed +5
-10
lines changed Original file line number Diff line number Diff line change 7979 composer-options : " ${{ matrix.composer-options }}"
8080 - name : " Run unit tests"
8181 run : " ./vendor/bin/phpunit --colors=always --coverage-clover build/logs/clover.xml"
82- - name : " Publish coverage report to Coveralls"
83- continue-on-error : true
84- env :
85- COVERALLS_REPO_TOKEN : ${{ secrets.GITHUB_TOKEN }}
86- run : |
87- composer global --ansi require php-coveralls/php-coveralls
88- php-coveralls --ansi -vv --coverage_clover=build/logs/clover.xml
82+ - name : " Publish coverage report to Codecov"
83+ uses : " codecov/codecov-action@v1"
Original file line number Diff line number Diff line change 33This package makes it simple to integrate your application with [ OAuth 2.0] ( http://oauth.net/2/ ) service providers.
44
55[ ![ Gitter Chat] ( https://img.shields.io/badge/gitter-join_chat-brightgreen.svg?style=flat-square )] ( https://gitter.im/thephpleague/oauth2-client )
6- [ ![ Source Code] ( http ://img.shields.io/badge/source-thephpleague/oauth2--client-blue.svg?style=flat-square)] ( https://github.com/thephpleague/oauth2-client )
6+ [ ![ Source Code] ( https ://img.shields.io/badge/source-thephpleague/oauth2--client-blue.svg?style=flat-square)] ( https://github.com/thephpleague/oauth2-client )
77[ ![ Latest Version] ( https://img.shields.io/github/release/thephpleague/oauth2-client.svg?style=flat-square )] ( https://github.com/thephpleague/oauth2-client/releases )
88[ ![ Software License] ( https://img.shields.io/badge/license-MIT-brightgreen.svg?style=flat-square )] ( https://github.com/thephpleague/oauth2-client/blob/master/LICENSE )
99[ ![ Build Status] ( https://img.shields.io/github/workflow/status/thephpleague/oauth2-client/CI?label=CI&logo=github&style=flat-square )] ( https://github.com/thephpleague/oauth2-client/actions?query=workflow%3ACI )
10- [ ![ Coverage Status ] ( https://img.shields.io/coveralls/ thephpleague/oauth2-client/master.svg? style=flat-square )] ( https://coveralls .io/r /thephpleague/oauth2-client?branch=master )
10+ [ ![ Codecov Code Coverage ] ( https://img.shields.io/codecov/c/gh/ thephpleague/oauth2-client?label=codecov&logo=codecov& style=flat-square )] ( https://codecov .io/gh /thephpleague/oauth2-client )
1111[ ![ Total Downloads] ( https://img.shields.io/packagist/dt/league/oauth2-client.svg?style=flat-square )] ( https://packagist.org/packages/league/oauth2-client )
1212
1313---
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ League/oauth2-client
1212[ ![ Latest Version] ( https://img.shields.io/github/release/thephpleague/oauth2-client.svg?style=flat-square )] ( https://github.com/thephpleague/oauth2-client/releases )
1313[ ![ Software License] ( https://img.shields.io/badge/license-MIT-brightgreen.svg?style=flat-square )] ( https://github.com/thephpleague/oauth2-client/blob/master/LICENSE )
1414[ ![ Build Status] ( https://img.shields.io/github/workflow/status/thephpleague/oauth2-client/CI?label=CI&logo=github&style=flat-square )] ( https://github.com/thephpleague/oauth2-client/actions?query=workflow%3ACI )
15- [ ![ Coverage Status ] ( https://img.shields.io/coveralls/ thephpleague/oauth2-client/master.svg? style=flat-square )] ( https://coveralls .io/r /thephpleague/oauth2-client?branch=master )
15+ [ ![ Codecov Code Coverage ] ( https://img.shields.io/codecov/c/gh/ thephpleague/oauth2-client?label=codecov&logo=codecov& style=flat-square )] ( https://codecov .io/gh /thephpleague/oauth2-client )
1616[ ![ Total Downloads] ( https://img.shields.io/packagist/dt/league/oauth2-client.svg?style=flat-square )] ( https://packagist.org/packages/league/oauth2-client )
1717
1818The OAuth2 login flow, seen commonly around the web in the form of "Connect with Facebook/Google/etc." buttons, is a very
You can’t perform that action at this time.
0 commit comments