Skip to content

Commit 3fce5df

Browse files
committed
chore: migrate to codecov
1 parent dec39fe commit 3fce5df

3 files changed

Lines changed: 5 additions & 6 deletions

File tree

.github/workflows/ci.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff 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

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
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

77
EasyPost, the simple shipping solution. You can sign up for an account at <https://easypost.com>.

composer.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@
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",

0 commit comments

Comments
 (0)