Skip to content

Commit ff06d5c

Browse files
committed
1 parent e134fbf commit ff06d5c

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/tests.yml

+4
Original file line numberDiff line numberDiff line change
@@ -33,13 +33,17 @@ jobs:
3333

3434
- name: Upload coverage report (Linux)
3535
if: runner.os == 'Linux'
36+
env:
37+
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
3638
run: |
3739
curl -Os https://uploader.codecov.io/latest/linux/codecov
3840
chmod +x codecov
3941
./codecov
4042
4143
- name: Upload coverage report (macOS)
4244
if: runner.os == 'macOS'
45+
env:
46+
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
4347
run: |
4448
curl -Os https://uploader.codecov.io/latest/macos/codecov
4549
chmod +x codecov

0 commit comments

Comments
 (0)