Skip to content

Commit f279f1b

Browse files
committed
chore: migrate to codecov
1 parent ae0db68 commit f279f1b

2 files changed

Lines changed: 4 additions & 5 deletions

File tree

‎.github/workflows/ci.yml‎

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -35,12 +35,11 @@ jobs:
3535
run: just install
3636
- name: Run Tests
3737
run: EASYPOST_TEST_API_KEY=123 EASYPOST_PROD_API_KEY=123 just coverage
38-
- name: Coveralls
38+
- name: Coverage
3939
if: github.ref == 'refs/heads/master'
40-
uses: coverallsapp/github-action@master
40+
uses: codecov/codecov-action@v5
4141
with:
42-
github-token: ${{ secrets.GITHUB_TOKEN }}
43-
path-to-lcov: './coverage.lcov'
42+
token: ${{ secrets.CODECOV_TOKEN }}
4443
- name: Run security analysis
4544
run: just scan
4645
docs:

‎README.md‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# EasyPost Python Client Library
22

33
[![CI](https://github.com/EasyPost/easypost-python/workflows/CI/badge.svg)](https://github.com/EasyPost/easypost-python/actions?query=workflow%3ACI)
4-
[![Coverage Status](https://coveralls.io/repos/github/EasyPost/easypost-python/badge.svg)](https://coveralls.io/github/EasyPost/easypost-python)
4+
[![codecov](https://codecov.io/gh/EasyPost/easypost-python/graph/badge.svg?token=SxXsqBjQUb)](https://codecov.io/gh/EasyPost/easypost-python)
55
[![PyPI version](https://badge.fury.io/py/easypost.svg)](https://badge.fury.io/py/easypost)
66

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

0 commit comments

Comments
 (0)