We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 55d083f commit 4c176f5Copy full SHA for 4c176f5
1 file changed
.github/workflows/test-coverage.yaml
@@ -77,7 +77,7 @@ jobs:
77
shell: Rscript {0}
78
79
- name: Upload coverage report
80
- uses: codecov/codecov-action@v5
+ uses: codecov/codecov-action@v6
81
with:
82
# Fail if error if not on PR, or if on PR and token is given
83
fail_ci_if_error: ${{ github.event_name != 'pull_request' || secrets.CODECOV_TOKEN }}
@@ -88,7 +88,7 @@ jobs:
88
89
- name: Upload test results to Codecov
90
if: ${{ !cancelled() }}
91
92
93
94
0 commit comments