We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e88723c commit 2a8d069Copy full SHA for 2a8d069
.github/workflows/test-coverage.yaml
@@ -54,15 +54,6 @@ jobs:
54
covr::to_cobertura(cov)
55
shell: Rscript {0}
56
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
-
66
- name: Show testthat output
67
if: always()
68
run: |
0 commit comments