Skip to content

Commit 43b30b0

Browse files
committed
Use codecov token from repository secret
1 parent 157f1a9 commit 43b30b0

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/ci.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,4 +34,6 @@ jobs:
3434

3535
- name: Coverage
3636
if: ${{ matrix.os == 'ubuntu-latest' }}
37+
env:
38+
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
3739
run: ./run.sh coverage

0 commit comments

Comments
 (0)