2 parents 3790c9d + 9aaabe5 commit a700a3aCopy full SHA for a700a3a
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@v6
+ - 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