Skip to content

Commit 09ee7cf

Browse files
committed
test: ensure coverage reporting token is provided
1 parent 55f3ce4 commit 09ee7cf

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,8 @@ jobs:
3737
run: pnpm run test:coverage
3838
- name: codecov
3939
uses: codecov/codecov-action@v4
40+
env:
41+
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
4042
knip-report:
4143
if: ${{ github.event_name == 'pull_request' }}
4244
needs: [build]

0 commit comments

Comments
 (0)