Skip to content

Commit

Permalink
refactor: use codecov.io instead of coveralls
Browse files Browse the repository at this point in the history
  • Loading branch information
baszalmstra committed Nov 20, 2019
1 parent d53fc34 commit 577ee17
Showing 1 changed file with 3 additions and 15 deletions.
18 changes: 3 additions & 15 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -135,22 +135,10 @@ jobs:
id: coverage
uses: actions-rs/[email protected]

- name: Coveralls upload
uses: coverallsapp/github-action@master
- uses: codecov/codecov-action@v1
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
path-to-lcov: ${{ steps.coverage.outputs.report }}
parallel: true

grcov_finalize:
runs-on: ubuntu-latest
needs: grcov
steps:
- name: Coveralls finalization
uses: coverallsapp/github-action@master
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
parallel-finished: true
token: ${{ secrets.CODECOV_TOKEN }}
file: ${{ steps.coverage.outputs.report }}

artifacts:
name: Artifacts
Expand Down

0 comments on commit 577ee17

Please sign in to comment.