File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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 :
Original file line number Diff line number Diff line change 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
77EasyVCR is a library for recording and replaying HTTP interactions in your test suite.
You can’t perform that action at this time.
0 commit comments