Skip to content

Commit 9b6a0d8

Browse files
committed
Add codecov upload token to CI
1 parent 3f86fd7 commit 9b6a0d8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,5 +61,6 @@ jobs:
6161
if: matrix.node == '16.x' && matrix.os == 'ubuntu-latest'
6262
with:
6363
file: ./coverage/coverage-final.json
64+
token: ${{ secrets.CODECOV_TOKEN }}
6465
flags: unittests
6566
fail_ci_if_error: true

0 commit comments

Comments
 (0)