Skip to content

Commit 22b7069

Browse files
committed
feat: add codecov_token
1 parent c94dca2 commit 22b7069

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
@@ -20,4 +20,6 @@ jobs:
2020
- name: Test
2121
run: yarn test:coverage
2222
- name: Codecov
23+
env:
24+
CODECOV_TOKEN: ${{secrets.codecov_token}}
2325
run: yarn send-coverage

0 commit comments

Comments
 (0)