Skip to content

Commit

Permalink
codecov is free for open source repos. Try it
Browse files Browse the repository at this point in the history
  • Loading branch information
afwillia committed Jul 19, 2024
1 parent 5d22149 commit 4c33cdd
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/test-coverage.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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()
Expand Down

0 comments on commit 4c33cdd

Please sign in to comment.