Skip to content

Commit 900ffda

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,6 @@ jobs:
2020
- name: Test
2121
run: yarn test:coverage
2222
- name: Codecov
23-
env:
23+
env:
2424
CODECOV_TOKEN: ${{secrets.codecov_token}}
2525
run: yarn send-coverage

0 commit comments

Comments
 (0)