2 parents 4591ddc + 68c7d6d commit 3790c9dCopy full SHA for 3790c9d
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@v6
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