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 1fca9e6 + 904fe00 commit 94f2365Copy full SHA for 94f2365
.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@v5
+ - uses: codecov/codecov-action@v4
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