Skip to content

Commit f57f4cc

Browse files
ci: fix codecov upload
1 parent c82326c commit f57f4cc

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,5 +45,7 @@ jobs:
4545
4646
- name: Upload coverage to Codecov
4747
if: matrix.python-version == '3.9'
48+
env:
49+
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
4850
run: |
49-
codecov
51+
codecov -t ${{ secrets.CODECOV_TOKEN }}

0 commit comments

Comments
 (0)