File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -56,12 +56,11 @@ jobs:
5656 - name : Convert coverage report
5757 if : github.ref == 'refs/heads/master'
5858 run : grcov target/site/jacoco/jacoco.xml --source-dir ./ --ignore "target/*" > coverage.lcov
59- - name : Coveralls
59+ - name : Coverage
6060 if : github.ref == 'refs/heads/master'
61- uses : coverallsapp/github -action@master
61+ uses : codecov/codecov -action@v5
6262 with :
63- github-token : ${{ secrets.GITHUB_TOKEN }}
64- path-to-lcov : ' ./coverage.lcov'
63+ token : ${{ secrets.CODECOV_TOKEN }}
6564 lint :
6665 runs-on : ubuntu-latest
6766 steps :
Original file line number Diff line number Diff line change 11# EasyPost Java Client Library
22
33[ ![ CI] ( https://github.com/EasyPost/easypost-java/workflows/CI/badge.svg )] ( https://github.com/EasyPost/easypost-java/actions?query=workflow%3ACI )
4- [ ![ Coverage Status ] ( https://coveralls .io/repos/github/ EasyPost/easypost-java/badge.svg?branch=master )] ( https://coveralls .io/github /EasyPost/easypost-java?branch=master )
4+ [ ![ codecov ] ( https://codecov .io/gh/ EasyPost/easypost-java/graph/ badge.svg?token=IWvskosvvO )] ( https://codecov .io/gh /EasyPost/easypost-java )
55[ ![ 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 )
66
77EasyPost, the simple shipping solution. You can sign up for an account at < https://easypost.com > .
You can’t perform that action at this time.
0 commit comments