We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3f5ca6c commit d69f1c7Copy full SHA for d69f1c7
1 file changed
.github/workflows/test-coverage.yaml
@@ -47,7 +47,7 @@ jobs:
47
covr::to_cobertura(cov)
48
shell: Rscript {0}
49
50
- - uses: codecov/codecov-action@v5
+ - uses: codecov/codecov-action@v6
51
with:
52
# Fail if error if not on PR, or if on PR and token is given
53
fail_ci_if_error: ${{ github.event_name != 'pull_request' || secrets.CODECOV_TOKEN }}
0 commit comments