We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 82d6594 commit 85f9594Copy full SHA for 85f9594
1 file changed
.github/workflows/test-coverage.yaml
@@ -47,7 +47,7 @@ jobs:
47
covr::to_cobertura(cov)
48
shell: Rscript {0}
49
50
- - uses: codecov/codecov-action@v4
+ - uses: codecov/codecov-action@v5
51
with:
52
# Fail if error if not on PR, or if on PR and token is given
53
fail_ci_if_error: ${{ github.event_name != 'pull_request' || secrets.CODECOV_TOKEN }}
0 commit comments