There was an error while loading. Please reload this page.
1 parent 664f2dd commit 084b52aCopy full SHA for 084b52a
1 file changed
.github/workflows/test-coverage.yaml
@@ -39,7 +39,7 @@ jobs:
39
covr::to_cobertura(cov)
40
shell: Rscript {0}
41
42
- - uses: codecov/codecov-action@v5
+ - uses: codecov/codecov-action@v7
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 }}
0 commit comments