Skip to content

Commit 7b68ea6

Browse files
sync main
1 parent f183af6 commit 7b68ea6

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

.codecov.yml

Lines changed: 0 additions & 2 deletions
This file was deleted.

.github/workflows/ci.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -139,6 +139,7 @@ jobs:
139139
- uses: codecov/codecov-action@v7
140140
if: always()
141141
with:
142+
token: ${{ secrets.CODECOV_TOKEN }}
142143
# Should match 'name:' up above
143144
name: 'Windows (${{ matrix.python }}, ${{ matrix.arch }}, ${{ matrix.qt_library }})'
144145
fail_ci_if_error: true
@@ -176,6 +177,7 @@ jobs:
176177
- uses: codecov/codecov-action@v7
177178
if: always()
178179
with:
180+
token: ${{ secrets.CODECOV_TOKEN }}
179181
# Should match 'name:' up above
180182
name: 'Linux (${{ matrix.python }}, ${{ matrix.qt_library }})'
181183
fail_ci_if_error: true
@@ -209,6 +211,7 @@ jobs:
209211
- uses: codecov/codecov-action@v7
210212
if: always()
211213
with:
214+
token: ${{ secrets.CODECOV_TOKEN }}
212215
# Should match 'name:' up above
213216
name: 'macOS (${{ matrix.python }}, ${{matrix.qt_library}})'
214217
fail_ci_if_error: true

0 commit comments

Comments
 (0)