Skip to content

Commit ebcc589

Browse files
authored
update without upload
1 parent 65d24b3 commit ebcc589

File tree

1 file changed

+9
-8
lines changed

1 file changed

+9
-8
lines changed

.github/workflows/test-coverage.yaml

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff 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()

0 commit comments

Comments
 (0)