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 79
79
composer-options : " ${{ matrix.composer-options }}"
80
80
- name : " Run unit tests"
81
81
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 3
3
This package makes it simple to integrate your application with [ OAuth 2.0] ( http://oauth.net/2/ ) service providers.
4
4
5
5
[ ![ 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 )
7
7
[ ![ Latest Version] ( https://img.shields.io/github/release/thephpleague/oauth2-client.svg?style=flat-square )] ( https://github.com/thephpleague/oauth2-client/releases )
8
8
[ ![ Software License] ( https://img.shields.io/badge/license-MIT-brightgreen.svg?style=flat-square )] ( https://github.com/thephpleague/oauth2-client/blob/master/LICENSE )
9
9
[ ![ 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 )
11
11
[ ![ Total Downloads] ( https://img.shields.io/packagist/dt/league/oauth2-client.svg?style=flat-square )] ( https://packagist.org/packages/league/oauth2-client )
12
12
13
13
---
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ League/oauth2-client
12
12
[ ![ Latest Version] ( https://img.shields.io/github/release/thephpleague/oauth2-client.svg?style=flat-square )] ( https://github.com/thephpleague/oauth2-client/releases )
13
13
[ ![ Software License] ( https://img.shields.io/badge/license-MIT-brightgreen.svg?style=flat-square )] ( https://github.com/thephpleague/oauth2-client/blob/master/LICENSE )
14
14
[ ![ 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 )
16
16
[ ![ Total Downloads] ( https://img.shields.io/packagist/dt/league/oauth2-client.svg?style=flat-square )] ( https://packagist.org/packages/league/oauth2-client )
17
17
18
18
The 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