There was an error while loading. Please reload this page.
1 parent 445d928 commit bab95ccCopy full SHA for bab95cc
1 file changed
.github/workflows/ci.yml
@@ -105,13 +105,12 @@ jobs:
105
verbose: true
106
use_oidc: true
107
fail_ci_if_error: true
108
- use_legacy_upload_endpoint: true
+ token: ${{ secrets.CODECOV_TOKEN }}
109
files: coverage.out
110
- name: Upload coverage report to Codecov (Tokenless)
111
if: github.event_name == 'pull_request' && github.event.pull_request.head.repo.full_name != github.repository
112
uses: codecov/codecov-action@v5
113
with:
114
115
116
117
0 commit comments