Skip to content

Commit 1710be1

Browse files
committed
Try add codecov token
1 parent 4942c1e commit 1710be1

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
@@ -60,6 +60,7 @@ jobs:
6060
uses: codecov/codecov-action@v3
6161
if: matrix.node == '16.x' && matrix.os == 'ubuntu-latest'
6262
with:
63+
token: ${secrets.CODECOV_TOKEN}
6364
file: ./coverage/coverage-final.json
6465
flags: unittests
6566
verbose: true

0 commit comments

Comments
 (0)