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 94a2ac5 + a6a87da commit 5c1d015Copy full SHA for 5c1d015
.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
46
fail_ci_if_error: ${{ github.event_name != 'pull_request' || secrets.CODECOV_TOKEN }}
0 commit comments