Skip to content

Commit a6d0cc7

Browse files
committed
add CODECOV_TOKEN to CI env
1 parent 84ca390 commit a6d0cc7

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/test.yml

+2
Original file line numberDiff line numberDiff line change
@@ -21,3 +21,5 @@ jobs:
2121
- run: pnpm test -- --coverage
2222

2323
- uses: codecov/codecov-action@v4
24+
with:
25+
token: ${{ secrets.CODECOV_TOKEN }}

0 commit comments

Comments
 (0)