Skip to content

Commit 4e9ac45

Browse files
committed
Update test-coverage.yaml
1 parent 8a119dd commit 4e9ac45

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
@@ -45,15 +45,6 @@ jobs:
4545
)
4646
shell: Rscript {0}
4747

48-
- uses: codecov/codecov-action@v5
49-
with:
50-
# Fail if error if not on PR, or if on PR and token is given
51-
fail_ci_if_error: ${{ github.event_name != 'pull_request' || secrets.CODECOV_TOKEN }}
52-
files: ./cobertura.xml
53-
plugins: noop
54-
disable_search: true
55-
token: ${{ secrets.CODECOV_TOKEN }}
56-
5748
- name: Show testthat output
5849
if: always()
5950
run: |

0 commit comments

Comments
 (0)