File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Load diff This file was deleted.
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments