Skip to content

Commit

Permalink
Switch CI to upload coverage to Coveralls instead of Codecov
Browse files Browse the repository at this point in the history
Added step to generate coverage profile and configured Coveralls GitHub Action.
  • Loading branch information
maksim.konovalov committed Jan 13, 2025
1 parent d1873ad commit 02f6750
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,9 +85,9 @@ jobs:
export NREPLICASETS=5
make test
- name: Upload coverage reports to Codecov
- name: Upload coverage to Coveralls
if: ${{ matrix.coverage }}
uses: codecov/codecov-action@v4.0.1
uses: coverallsapp/github-action@v1.1.0
with:
token: ${{ secrets.CODECOV_TOKEN }}
slug: KaymeKaydex/go-vshard-router
github-token: ${{ secrets.GITHUB_TOKEN }}
path-to-coveralls-json: coverage.out

0 comments on commit 02f6750

Please sign in to comment.