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 8a119dd commit 4e9ac45Copy full SHA for 4e9ac45
.github/workflows/test-coverage.yaml
@@ -45,15 +45,6 @@ jobs:
45
)
46
shell: Rscript {0}
47
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
-
57
- name: Show testthat output
58
if: always()
59
run: |
0 commit comments