Skip to content

Commit efd5e07

Browse files
committed
chore: migrate to codecov
1 parent 12eb390 commit efd5e07

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/ci.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,12 +24,12 @@ jobs:
2424
run: just install
2525
- name: run tests
2626
run: EASYPOST_TEST_API_KEY=123 EASYPOST_PROD_API_KEY=123 just test
27-
- name: Coveralls
27+
- name: Coverage
2828
if: github.ref == 'refs/heads/master'
29-
uses: coverallsapp/github-action@master
29+
uses: codecov/codecov-action@v5
3030
with:
31-
github-token: ${{ secrets.GITHUB_TOKEN }}
32-
path-to-lcov: './coverage/lcov/easypost-ruby.lcov'
31+
token: ${{ secrets.CODECOV_TOKEN }}
32+
directory: './coverage/lcov'
3333
lint:
3434
runs-on: ubuntu-latest
3535
steps:

README.md

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

33
[![Build Status](https://github.com/EasyPost/easypost-ruby/workflows/CI/badge.svg)](https://github.com/EasyPost/easypost-ruby/actions?query=workflow%3ACI)
4-
[![Coverage Status](https://coveralls.io/repos/github/EasyPost/easypost-ruby/badge.svg?branch=master)](https://coveralls.io/github/EasyPost/easypost-ruby?branch=master)
4+
[![codecov](https://codecov.io/gh/EasyPost/easypost-ruby/graph/badge.svg?token=NuKtbPVJMX)](https://codecov.io/gh/EasyPost/easypost-ruby)
55
[![Gem Version](https://badge.fury.io/rb/easypost.svg)](https://badge.fury.io/rb/easypost)
66

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

0 commit comments

Comments
 (0)