Skip to content

Commit a7178f9

Browse files
committed
ci: Add CODECOV_TOKEN to upload step
1 parent c144ab8 commit a7178f9

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

.github/workflows/cygwin.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -248,3 +248,5 @@ jobs:
248248
249249
- name: Upload code coverage
250250
uses: codecov/codecov-action@v4
251+
with:
252+
token: ${{ secrets.CODECOV_TOKEN }}

.github/workflows/tests.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -340,6 +340,7 @@ jobs:
340340
uses: codecov/codecov-action@v4
341341
with:
342342
name: "${{ matrix.python-version }} ${{ matrix.os }} ${{ matrix.name-suffix }}"
343+
token: ${{ secrets.CODECOV_TOKEN }}
343344

344345
- uses: actions/upload-artifact@v4
345346
if: failure()

0 commit comments

Comments
 (0)