We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 6b221af + e5e5a63 commit b8f533cCopy full SHA for b8f533c
.github/workflows/test-coverage.yaml
@@ -38,7 +38,7 @@ jobs:
38
covr::to_cobertura(cov)
39
shell: Rscript {0}
40
41
- - uses: codecov/codecov-action@v5
+ - uses: codecov/codecov-action@v6
42
with:
43
# Fail if error if not on PR, or if on PR and token is given
44
fail_ci_if_error: ${{ github.event_name != 'pull_request' || secrets.CODECOV_TOKEN }}
0 commit comments