Skip to content

Commit e860b41

Browse files
chore: add codecov env var in ci
1 parent a3b9216 commit e860b41

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,9 @@ jobs:
5656
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
5757
- uses: ./.github/actions/prepare
5858
- run: pnpm run test --coverage
59-
- if: always()
59+
- env:
60+
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
61+
if: always()
6062
uses: codecov/codecov-action@v5
6163
type_check:
6264
name: Type Check

0 commit comments

Comments
 (0)