Skip to content

Commit 4b00a44

Browse files
committed
add CODECOV_TOKEN
Signed-off-by: 迷渡 <[email protected]>
1 parent 996937f commit 4b00a44

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,4 +21,4 @@ jobs:
2121
run: yarn test:coverage
2222

2323
- name: codecov
24-
run: yarn codecov
24+
run: yarn codecov -t ${{ secrets.CODECOV_TOKEN }}

0 commit comments

Comments
 (0)