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 7eafeb8 + 2896b90 commit 23f2117Copy full SHA for 23f2117
.github/workflows/test-coverage.yaml
@@ -40,7 +40,7 @@ jobs:
40
covr::to_cobertura(cov)
41
shell: Rscript {0}
42
43
- - uses: codecov/codecov-action@v5
+ - uses: codecov/codecov-action@v6
44
with:
45
# Fail if error if not on PR, or if on PR and token is given--dependabot is treated like fork
46
fail_ci_if_error: ${{ github.event_name != 'pull_request' || secrets.CODECOV_TOKEN }}
0 commit comments