Skip to content

Commit ab7ecfe

Browse files
committed
ci: add codecov token
1 parent c562e44 commit ab7ecfe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,6 +94,6 @@ jobs:
9494
uses: codecov/codecov-action@v5
9595
if: success()
9696
with:
97+
token: ${{ secrets.CODECOV_TOKEN }}
9798
files: ./packages/${{ matrix.workspace }}/coverage/lcov.info
98-
name: ${{ matrix.workspace }}
9999
flags: ${{ matrix.workspace }}

0 commit comments

Comments
 (0)