Skip to content

Commit 2a8d069

Browse files
committed
Back to previous version of code coverage action
1 parent e88723c commit 2a8d069

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

.github/workflows/test-coverage.yaml

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -54,15 +54,6 @@ jobs:
5454
covr::to_cobertura(cov)
5555
shell: Rscript {0}
5656

57-
- uses: codecov/codecov-action@v5
58-
with:
59-
# Fail if error if not on PR, or if on PR and token is given
60-
fail_ci_if_error: ${{ github.event_name != 'pull_request' || secrets.CODECOV_TOKEN }}
61-
files: ./cobertura.xml
62-
plugins: noop
63-
disable_search: true
64-
token: ${{ secrets.CODECOV_TOKEN }}
65-
6657
- name: Show testthat output
6758
if: always()
6859
run: |

0 commit comments

Comments
 (0)