We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ac197b2 + c5175e8 commit 1fca9e6Copy full SHA for 1fca9e6
.github/workflows/test-coverage.yaml
@@ -37,7 +37,7 @@ jobs:
37
covr::to_cobertura(cov)
38
shell: Rscript {0}
39
40
- - uses: codecov/codecov-action@v4
+ - uses: codecov/codecov-action@v5
41
with:
42
# Fail if error if not on PR, or if on PR and token is given
43
fail_ci_if_error: ${{ github.event_name != 'pull_request' || secrets.CODECOV_TOKEN }}
0 commit comments