diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index be6150b..5d422ff 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -24,12 +24,11 @@ jobs: run: just install - name: run tests run: EASYPOST_TEST_API_KEY=123 EASYPOST_PROD_API_KEY=123 just test - - name: Coveralls + - name: Coverage if: github.ref == 'refs/heads/master' - uses: coverallsapp/github-action@master + uses: codecov/codecov-action@v5 with: - github-token: ${{ secrets.GITHUB_TOKEN }} - path-to-lcov: './coverage/lcov/easypost-ruby.lcov' + token: ${{ secrets.CODECOV_TOKEN }} lint: runs-on: ubuntu-latest steps: diff --git a/README.md b/README.md index a93d4ec..34ace97 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # EasyPost Ruby Client Library [![Build Status](https://github.com/EasyPost/easypost-ruby/workflows/CI/badge.svg)](https://github.com/EasyPost/easypost-ruby/actions?query=workflow%3ACI) -[![Coverage Status](https://coveralls.io/repos/github/EasyPost/easypost-ruby/badge.svg?branch=master)](https://coveralls.io/github/EasyPost/easypost-ruby?branch=master) +[![codecov](https://codecov.io/gh/EasyPost/easypost-ruby/graph/badge.svg?token=NuKtbPVJMX)](https://codecov.io/gh/EasyPost/easypost-ruby) [![Gem Version](https://badge.fury.io/rb/easypost.svg)](https://badge.fury.io/rb/easypost) EasyPost, the simple shipping solution. You can sign up for an account at .