diff --git a/.github/workflows/test-coverage.yaml b/.github/workflows/test-coverage.yaml index a58891f5..07ebf33d 100644 --- a/.github/workflows/test-coverage.yaml +++ b/.github/workflows/test-coverage.yaml @@ -39,7 +39,13 @@ jobs: covr::to_cobertura(cov) shell: Rscript {0} - - uses: coverallsapp/github-action@v2 + - uses: codecov/codecov-action@v4 + with: + fail_ci_if_error: ${{ github.event_name != 'pull_request' && true || false }} + file: ./cobertura.xml + plugin: noop + disable_search: true + token: ${{ secrets.CODECOV_TOKEN }} - name: Show testthat output if: always()