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.
1 parent 69d9901 commit 6a11e38Copy full SHA for 6a11e38
1 file changed
.github/workflows/tests.yaml
@@ -98,7 +98,7 @@ jobs:
98
99
- name: Upload Test Coverage
100
if: ${{ success() && (github.event_name == 'pull_request' || vars.UPLOAD_COVERAGE == 'true') }}
101
- uses: codecov/codecov-action@v5
+ uses: codecov/codecov-action@v7
102
with:
103
codecov_yml_path: .github/codecov.yaml
104
fail_ci_if_error: true
0 commit comments