Skip to content

Commit 05c08ea

Browse files
committed
dev: modified CI to upload codecov with token
1 parent 3910024 commit 05c08ea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,4 +43,4 @@ jobs:
4343
- name: Upload coverage
4444
if: matrix.os == 'ubuntu-latest' && matrix.python-version == '3.10'
4545
run: |
46-
bash <(curl -s https://codecov.io/bash) || echo 'Codecov failed to upload'
46+
bash <(curl -s https://codecov.io/bash) -t ${{ secrets.CODECOV_TOKEN }}

0 commit comments

Comments
 (0)