Skip to content

Commit 3bf9166

Browse files
authored
chore: migrate to codecov (#40)
1 parent 9608aa8 commit 3bf9166

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
@@ -63,12 +63,11 @@ jobs:
6363
- name: Convert coverage report
6464
if: github.ref == 'refs/heads/main'
6565
run: grcov target/site/jacoco/jacoco.xml --source-dir ./ --ignore "target/*" > coverage.lcov
66-
- name: Coveralls
66+
- name: Coverage
6767
if: github.ref == 'refs/heads/main'
68-
uses: coverallsapp/github-action@master
68+
uses: codecov/codecov-action@v5
6969
with:
70-
github-token: ${{ secrets.GITHUB_TOKEN }}
71-
path-to-lcov: './coverage.lcov'
70+
token: ${{ secrets.CODECOV_TOKEN }}
7271
lint:
7372
runs-on: ubuntu-latest
7473
steps:

README.md

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

33
[![CI](https://github.com/EasyPost/easyvcr-java/workflows/CI/badge.svg)](https://github.com/EasyPost/easyvcr-java/actions?query=workflow%3ACI)
4-
[![Coverage Status](https://coveralls.io/repos/github/EasyPost/easyvcr-java/badge.svg?branch=main)](https://coveralls.io/github/EasyPost/easyvcr-java?branch=main)
4+
[![codecov](https://codecov.io/gh/EasyPost/easyvcr-java/graph/badge.svg?token=XJ467W6W8V)](https://codecov.io/gh/EasyPost/easyvcr-java)
55
[![Maven Central](https://img.shields.io/maven-central/v/com.easypost/easyvcr?label=Maven%20Central)](https://central.sonatype.dev/search?q=easyvcr)
66

77
EasyVCR is a library for recording and replaying HTTP interactions in your test suite.

0 commit comments

Comments
 (0)