File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -44,11 +44,11 @@ jobs:
4444 run : just install
4545 - name : test with phpunit on ${{ matrix.phpversion }}
4646 run : EASYPOST_TEST_API_KEY=123 EASYPOST_PROD_API_KEY=123 just coverage
47- - name : Coveralls
47+ - name : Coverage
4848 if : github.ref == 'refs/heads/master'
49- env :
50- COVERALLS_REPO_TOKEN : ${{ secrets.GITHUB_TOKEN }}
51- run : ./bin/php-coveralls --coverage_clover=build/logs/clover.xml -v
49+ uses : codecov/codecov-action@v5
50+ with :
51+ token : ${{ secrets.CODECOV_TOKEN }}
5252 docs :
5353 if : github.ref == 'refs/heads/master'
5454 runs-on : ubuntu-latest
Original file line number Diff line number Diff line change 11# EasyPost PHP Client Library
22
33[ ![ CI] ( https://github.com/EasyPost/easypost-php/workflows/CI/badge.svg )] ( https://github.com/EasyPost/easypost-php/actions?query=workflow%3ACI )
4- [ ![ Coverage Status ] ( https://coveralls .io/repos/github/ EasyPost/easypost-php/badge.svg?branch=master )] ( https://coveralls .io/github /EasyPost/easypost-php?branch=master )
4+ [ ![ codecov ] ( https://codecov .io/gh/ EasyPost/easypost-php/graph/ badge.svg?token=R7J7l4S24a )] ( https://codecov .io/gh /EasyPost/easypost-php )
55[ ![ PHP version] ( https://badge.fury.io/ph/easypost%2Feasypost-php.svg )] ( https://badge.fury.io/ph/easypost%2Feasypost-php )
66
77EasyPost, the simple shipping solution. You can sign up for an account at < https://easypost.com > .
Original file line number Diff line number Diff line change 2424 },
2525 "require-dev" : {
2626 "allejo/php-vcr-sanitizer" : " ^1.1" ,
27- "php-coveralls/php-coveralls" : " ^2.7" ,
2827 "php-vcr/php-vcr" : " ^1.8.2" ,
2928 "phpunit/phpunit" : " ^10" ,
3029 "squizlabs/php_codesniffer" : " ^3.11" ,
You can’t perform that action at this time.
0 commit comments