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 5809552 + 1572c89 commit e4ee0a1Copy full SHA for e4ee0a1
1 file changed
.github/workflows/Test-coverage.yaml
@@ -87,7 +87,7 @@ jobs:
87
covr::to_cobertura(cov)
88
shell: Rscript {0}
89
90
- - uses: codecov/codecov-action@v5
+ - uses: codecov/codecov-action@v6
91
with:
92
# Fail if error if not on PR, or if on PR and token is given
93
fail_ci_if_error: ${{ github.event_name != 'pull_request' || secrets.CODECOV_TOKEN }}
0 commit comments