From c9debae77edd9eaa7f212ca72ff286a4a262c221 Mon Sep 17 00:00:00 2001 From: Justintime50 <39606064+Justintime50@users.noreply.github.com> Date: Thu, 26 Feb 2026 11:24:08 -0700 Subject: [PATCH] chore: migrate to codecov --- .github/workflows/ci.yml | 7 +++---- README.md | 2 +- 2 files changed, 4 insertions(+), 5 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 0a03926db..c615316e4 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -56,12 +56,11 @@ jobs: - name: Convert coverage report if: github.ref == 'refs/heads/master' run: grcov target/site/jacoco/jacoco.xml --source-dir ./ --ignore "target/*" > coverage.lcov - - 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' + token: ${{ secrets.CODECOV_TOKEN }} lint: runs-on: ubuntu-latest steps: diff --git a/README.md b/README.md index 1a3006999..ec6aaff5b 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # EasyPost Java Client Library [![CI](https://github.com/EasyPost/easypost-java/workflows/CI/badge.svg)](https://github.com/EasyPost/easypost-java/actions?query=workflow%3ACI) -[![Coverage Status](https://coveralls.io/repos/github/EasyPost/easypost-java/badge.svg?branch=master)](https://coveralls.io/github/EasyPost/easypost-java?branch=master) +[![codecov](https://codecov.io/gh/EasyPost/easypost-java/graph/badge.svg?token=IWvskosvvO)](https://codecov.io/gh/EasyPost/easypost-java) [![Maven Central](https://img.shields.io/maven-central/v/com.easypost/easypost-api-client?label=Maven%20Central)](https://central.sonatype.dev/search?q=easypost-api-client) EasyPost, the simple shipping solution. You can sign up for an account at .