File tree Expand file tree Collapse file tree 3 files changed +8
-2
lines changed
Expand file tree Collapse file tree 3 files changed +8
-2
lines changed Original file line number Diff line number Diff line change 1515 php-version : ${{matrix.php}}
1616 - run : composer install
1717 - run : php vendor/bin/phpunit
18+ - name : Upload coverage results to Coveralls
19+ env :
20+ COVERALLS_REPO_TOKEN : ${{ secrets.GITHUB_TOKEN }}
21+ run : |
22+ composer global require php-coveralls/php-coveralls
23+ php-coveralls --coverage_clover=build/logs/clover.xml -v
Original file line number Diff line number Diff line change 99 "guzzlehttp/oauth-subscriber" : " ~0.8.1"
1010 },
1111 "require-dev" : {
12- "phpunit/phpunit" : " ^9.0" ,
13- "php-coveralls/php-coveralls" : " ^v2.7.0"
12+ "phpunit/phpunit" : " ^9.0"
1413 },
1514 "license" : " mit" ,
1615 "authors" : [
Original file line number Diff line number Diff line change 11[ ![ Build Status] ( https://github.com/nickdnk/gatewayapi-php/actions/workflows/test.yml/badge.svg?branch=master )] ( https://github.com/nickdnk/gatewayapi-php/actions )
2+ [ ![ Coverage Status] ( https://coveralls.io/repos/github/nickdnk/gatewayapi-php/badge.svg?branch=master )] ( https://coveralls.io/github/nickdnk/gatewayapi-php?branch=master )
23# GatewayAPI PHP Library
34
45This library will allow you to integrate the ** GatewayAPI.com** API in your project using modern PHP.
You can’t perform that action at this time.
0 commit comments