File tree Expand file tree Collapse file tree 1 file changed +9
-8
lines changed
Expand file tree Collapse file tree 1 file changed +9
-8
lines changed Original file line number Diff line number Diff line change @@ -38,14 +38,15 @@ jobs:
3838 covr::to_cobertura(cov)
3939 shell : Rscript {0}
4040
41- - uses : codecov/codecov-action@v5
42- with :
43- # Fail if error if not on PR, or if on PR and token is given
44- fail_ci_if_error : ${{ github.event_name != 'pull_request' || secrets.CODECOV_TOKEN }}
45- files : ./cobertura.xml
46- plugins : noop
47- disable_search : true
48- token : ${{ secrets.CODECOV_TOKEN }}
41+ # Removed Codecov upload step, no need to upload/pay imo
42+ # - uses: codecov/codecov-action@v5
43+ # with:
44+ # # Fail if error if not on PR, or if on PR and token is given
45+ # fail_ci_if_error: ${{ github.event_name != 'pull_request' || secrets.CODECOV_TOKEN }}
46+ # files: ./cobertura.xml
47+ # plugins: noop
48+ # disable_search: true
49+ # token: ${{ secrets.CODECOV_TOKEN }}
4950
5051 - name : Show testthat output
5152 if : always()
You can’t perform that action at this time.
0 commit comments