Skip to content

Commit 7d09966

Browse files
committed
Provide token to upload coverage data to codecov
1 parent 8066677 commit 7d09966

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/test.yml

+4
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,8 @@ jobs:
3939
run: tox
4040

4141
- name: Codecov upload
42+
env:
43+
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
4244
run: codecov
4345

4446
test-py36:
@@ -63,6 +65,8 @@ jobs:
6365
run: tox
6466

6567
- name: Codecov upload
68+
env:
69+
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
6670
run: codecov
6771

6872

0 commit comments

Comments
 (0)